Re: about effective_cache_size - Mailing list pgsql-general

From Greg Smith
Subject Re: about effective_cache_size
Date
Msg-id 4B7D02AF.104@2ndquadrant.com
Whole thread Raw
In response to about effective_cache_size  (AI Rumman <rummandba@gmail.com>)
List pgsql-general
AI Rumman wrote:
> * What is the difference between shared_buffers and effective_cache_size?
This whole topic is covered at
http://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server and the
additional references that document leads to.

> * If I set effective cache size 1GB for db1 and 500 MB for db2, then
> what will happen to the system memory usage?

Nothing; effective_cache_size doesn't impact system memory usage
directly.  And I don't think you can set effective_cache_size
differently for each database anyway.

--
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us


pgsql-general by date:

Previous
From: dipti shah
Date:
Subject: Define permissions at database level
Next
From: Yeb Havinga
Date:
Subject: Re: Trying to add a type modifier to user created type