Re: about effective_cache_size

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: about effective_cache_size
Дата
Msg-id 20100218084718.GC23676@a-kretschmer.de
обсуждение исходный текст
Ответ на about effective_cache_size  (AI Rumman <rummandba@gmail.com>)
Список pgsql-general
In response to AI Rumman :
> * What is the difference between shared_buffers and effective_cache_size?

effective_cache_size:
Sets the planner's assumption about the effective size of the disk cache
that is available to a single query. This parameter has no effect on the
size of shared memory allocated by PostgreSQL, nor does it reserve
kernel disk cache; it is used only for estimation purposes.


shared_buffers:
Sets the amount of memory the database server uses for shared memory
buffers.


It's all copied from the doc, there are much more details about this
parameters. Read the doc!


Regards, Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431  2EB0 389D 1DC2 3172 0C99

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

Предыдущее
От: Jayadevan M
Дата:
Сообщение: Re: One solution for Packages in Postgre
Следующее
От: dipti shah
Дата:
Сообщение: Define permissions at database level