Re: RAM-only temporary tables

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: RAM-only temporary tables
Дата
Msg-id 4912C92D.EE98.0025.0@wicourts.gov
обсуждение исходный текст
Ответ на Re: RAM-only temporary tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: RAM-only temporary tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
>>> Tom Lane <tgl@sss.pgh.pa.us> wrote: 
> I think a large fraction of the writes you're measuring are coming
from
> the file create/unlink operations.  It would certainly be important
to
> identify where the bulk of the cost *really* is before we start
> expending effort on a solution.
Any ideas on a good way to gather that information?
Given the temp_buffers space, would it make sense to defer the
creation of the actual file until there is actually a need to spill
data to the disk?
-Kevin


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

Предыдущее
От: Ron Mayer
Дата:
Сообщение: Re: Patch for ISO-8601-Interval Input and output.
Следующее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: [PATCH] EnableDisableTrigger Cleanup & Questions