View Single Post

   
  #2 (permalink)  
Old 04-19-2008, 10:05 AM
Heikki Linnakangas
 
Posts: n/a
Default Re: Caching in PostgreSQL

ramachandra.bhaskaram@wipro.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

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote