Re: Temp tables and LRU-K caching

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Temp tables and LRU-K caching
Дата
Msg-id 871y7k35i6.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответ на Re: Temp tables and LRU-K caching  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:
> No, we never heard back from that guy.  It is still a live topic though.
> One of the Red Hat people was looking at it over the summer, and I think
> Neil Conway is experimenting with LRU-2 code right now.

Just to confirm that, I'm working on this, and hope to have something
ready for public consumption soon. Tom was kind enough to send me some
old code of his that implemented an LRU-2 replacement scheme, and I've
used that as the guide for my new implementation. I just got a really
basic version working yesterday -- I'll post a patch once I get
something I'm satisfied with. I also still need to look into the local
buffer management stuff suggested by Tom.

Cheers,

Neil

-- 
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Temp tables and LRU-K caching
Следующее
От: Greg Copeland
Дата:
Сообщение: Re: [GENERAL] Memory Errors...