Re: caching written values?

From: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
To: pgsql-performance(at)postgresql(dot)org, Thomas Finneid <tfinneid(at)fcon(dot)no>
Subject: Re: caching written values?
Date: 2009-01-22 12:06:58
Message-ID: 665173.54645.qm@web23606.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

>
> A quick question, when pg receives data to be written to a
> table, does it cache that data in memory in case a
> subsequent request/query would need it?
>

Afaik all pages are modified in memory, so the modified data would still be cached.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Thomas Finneid 2009-01-22 12:11:23 Re: caching written values?
Previous Message Pavan Deolasee 2009-01-22 11:20:21 Re: caching written values?