Re: Shared_buffers

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Shared_buffers
Дата
Msg-id 56099ac31c7cc1a4e8a51963e2674e7fe592b86f.camel@cybertec.at
обсуждение исходный текст
Ответ на Shared_buffers  (Daulat Ram <Daulat.Ram@exponential.com>)
Ответы Re: Shared_buffers  (Michael Lewis <mlewis@entrata.com>)
Список pgsql-performance
Daulat Ram wrote:
> I want to know about the working and importance of shared_buffers  in Postgresql?
> is it similar to the oracle database buffer cache?

Yes, exactly.

The main difference is that PostgreSQL uses buffered I/O, while Oracle usually
uses direct I/O.

Usually you start with shared_buffers being the minimum of a quarter of the
available RAM and 8 GB.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com



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

Предыдущее
От: Mariel Cherkassky
Дата:
Сообщение: Re: ERROR: found xmin from before relfrozenxid
Следующее
От: Michael Lewis
Дата:
Сообщение: Re: Shared_buffers