Re: Free WAL caches on switching segments

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Free WAL caches on switching segments
Дата
Msg-id 23092.1139954337@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Free WAL caches on switching segments  (Mark Kirkwood <markir@paradise.net.nz>)
Ответы Re: Free WAL caches on switching segments  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Mark Kirkwood <markir@paradise.net.nz> writes:
> Thinking about this, presumably any write intensive, multi-user
> benchmark would seem to be suitable, so would something like OSDL's
> DBT-2 actually be better to try?

I'm certainly not wedded to pgbench, give it a try.

BTW, I forgot to mention that it would be useful to try different
wal_sync_methods along with this.  The reason why it seems unlikely
the patch is useful on Linux is that the sync methods that use O_DIRECT
probably dominate using the patch anyway.  There may or may not be
a similar dependence on sync method on other kernels ...

            regards, tom lane

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

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: Free WAL caches on switching segments
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: add additional options to CREATE TABLE ... AS