Re: Does PostgreSQL cache all columns of a table after SELECT? - Mailing list pgsql-novice

From David G. Johnston
Subject Re: Does PostgreSQL cache all columns of a table after SELECT?
Date
Msg-id CAKFQuwamUDxtmA3G4mUP1y4DvntoJ4EA4o02465dfiRO3O9rBQ@mail.gmail.com
Whole thread Raw
In response to Does PostgreSQL cache all columns of a table after SELECT?  (Tim Schwenke <tim@trallnag.com>)
Responses Re: Does PostgreSQL cache all columns of a table after SELECT?  (Tim Schwenke <tim@trallnag.com>)
List pgsql-novice


On Monday, June 5, 2023, Tim Schwenke <tim@trallnag.com> wrote:


Does the cache also contain large_b? Or is only large_a cached? Assumption is that memory is large enough to fit everything.


Shared buffers is a page cache.

David J. 

pgsql-novice by date:

Previous
From: William Alves Da Silva
Date:
Subject: Re: Does PostgreSQL cache all columns of a table after SELECT?
Next
From: Tim Schwenke
Date:
Subject: Re: Does PostgreSQL cache all columns of a table after SELECT?