Re: Caching in PostgreSQL

From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
To: ramachandra(dot)bhaskaram(at)wipro(dot)com
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Caching in PostgreSQL
Date: 2007-01-16 09:33:40
Message-ID: 45AC9BF4.5040802@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

ramachandra(dot)bhaskaram(at)wipro(dot)com wrote:
>
> Hi,
>
> Can anybody tell me how can I implement data Caching in the
> shared memory using PostgreSQL.

PostgreSQL, like most other DBMS, caches data pages in shared memory.
What exactly are you trying to accomplish? Are you having a performance
problem?

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message ramachandra.bhaskaram 2007-01-16 09:43:09 Re: Caching in PostgreSQL
Previous Message ramachandra.bhaskaram 2007-01-16 08:43:21 Caching in PostgreSQL