Re: Buffer for inner and outer table - Mailing list pgsql-hackers

From Daniel Xavier de Sousa
Subject Re: Buffer for inner and outer table
Date
Msg-id 20060625150636.90296.qmail@web52415.mail.yahoo.com
Whole thread Raw
In response to Re: Buffer for inner and outer table  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Hi Álvaro,
 
Thank you about your answer.
I thought that Postgres could management the space for outer and inner tables. Because, some articles has showed how this make the difference.
 Alvaro please,
And about count of pages that postgres read on query inner join (on RAM and HD). Do you know some thing about?
Thanks
Daniel


Alvaro Herrera <alvherre@commandprompt.com> escreveu:
Daniel Xavier de Sousa wrote:

> Somebody can tell me, where the postgres control the buffer for
> inner and outer table, when it execute Nest_loop_join? I would want
> how to change the size this buffer and see all statistics about
> this

There is no such buffer. Buffers used in scans are kept in
shared_buffers, just like for everything else.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


Yahoo! Copa 2006 - cobertura dos jogos em tempo real e tudo sobre a seleção brasileira!

pgsql-hackers by date:

Previous
From: "Mark Woodward"
Date:
Subject: Re: vacuum, performance, and MVCC
Next
From: Bruce Momjian
Date:
Subject: Re: vacuum, performance, and MVCC