Nandakumar M wrote:
> According to https://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server :
>
> > effective_cache_size should be set to an estimate of how much memory is
> > available for disk caching by the operating system and within the database
> > itself, after taking into account w
On Thu, Jan 31, 2019 at 1:00 PM Nandakumar M wrote:
> This is particularly confusing because in this thread Tom Lane says
> the following
>
Missed to link the thread..
https://postgrespro.com/list/thread-id/1813920
Regards,
Nanda
Hi,
According to https://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server :
> effective_cache_size should be set to an estimate of how much memory is
> available for disk caching by the operating system and within the database
> itself, after taking into account what's used by the OS itse