Thread: Re: postgresql caching

Re: postgresql caching

From
Dmitry Tkach
Date:
Kris wrote:
> Does anyone know how postgresql handles caching?  Say, for example, I have a
> large database.  One that is larger than the available chunk of shared
> memory I have set aside.  Will postgresql try and cache frequently queried
> tables to memory,

Yes.
  will it try to cache frequently used query results to
> memory only, or both?

No.

Dima