Re: Prefetch children - Mailing list pgsql-general

From Neil Conway
Subject Re: Prefetch children
Date
Msg-id 1095664254.28879.476.camel@localhost.localdomain
Whole thread Raw
In response to Prefetch children  (Ioannis Theoharis <theohari@ics.forth.gr>)
Responses Re: Prefetch children  (Ioannis Theoharis <theohari@ics.forth.gr>)
List pgsql-general
On Sat, 2004-09-18 at 07:42, Ioannis Theoharis wrote:
> I'd like to ask you,
> if postgres prefetch child instances in memory ,
> whenever a parent table is sequentially scanned,
> in order to have them in there
> for the possibility the next query to ask for them.

I'm not sure exactly what you're asking (what do you mean by "child
instances?"), but in any case, PostgreSQL doesn't do any prefetching
("readahead") -- we rely on the kernel to do that if and when it's
appropriate.

-Neil



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: NULL/0
Next
From: Paramveer.Singh@trilogy.com
Date:
Subject: Re: order of row processing affects updates