Re: Temp tables and LRU-K caching
От | Bruce Momjian |
---|---|
Тема | Re: Temp tables and LRU-K caching |
Дата | |
Msg-id | 200209231636.g8NGafx24942@candle.pha.pa.us обсуждение исходный текст |
Ответ на | Re: Temp tables and LRU-K caching (Tom Lane <tgl@sss.pgh.pa.us>) |
Список | pgsql-hackers |
Tom Lane wrote: > Another thing I'd like to see in the near future is a configurable > setting for the amount of memory space that can be used for temp-table > buffers. The current setting is ridiculously small (64*8K IIRC), but > there's not much point in increasing it until we also have a smarter > management algorithm for the temp buffers. I've asked Neil to look at > making the improved LRU-K buffer management algorithm apply to temp > buffers as well as regular shared buffers. Speaking of sizing, I wonder if we should query about the amount of RAM in the machine either during initdb or later and size based on that. In other words, if we add a GUC variable that shows the amount of RAM, we could size things based on that value. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001+ If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania19073
В списке pgsql-hackers по дате отправления: