Re: shared_buffers in 8.3 w/ lots of RAM on dedicated PG machine

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: shared_buffers in 8.3 w/ lots of RAM on dedicated PG machine
Дата
Msg-id 200802151006.11858.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: shared_buffers in 8.3 w/ lots of RAM on dedicated PG machine  (Greg Smith <gsmith@gregsmith.com>)
Ответы Re: shared_buffers in 8.3 w/ lots of RAM on dedicated PG machine  (Erik Jones <erik@myemma.com>)
Список pgsql-performance
On Friday 15 February 2008 06:29, Greg Smith wrote:
> PostgreSQL only uses direct I/O for writing to the WAL; everything else
> goes through the regular OS buffer cache unless you force it to do
> otherwise at the OS level (like some Solaris setups do with
> forcedirectio).

Also, note that even when direct I/O is available, most users and benchmark
tests have reported that having PostgreSQL "take over" the entire cache is
not a net performance gain.  I believe this is mostly because our I/O and
caching code aren't designed for this kind of operation.

I believe that MyEmma had a different experience on their workload, though.

--
Josh Berkus
PostgreSQL @ Sun
San Francisco

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

Предыдущее
От: Matthew
Дата:
Сообщение: Re: Query slows after offset of 100K
Следующее
От: Erik Jones
Дата:
Сообщение: Re: shared_buffers in 8.3 w/ lots of RAM on dedicated PG machine