Re: Buffer for inner and outer table

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Buffer for inner and outer table
Дата
Msg-id 20060624220545.GB5316@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Buffer for inner and outer table  (Daniel Xavier de Sousa <danielucg@yahoo.com.br>)
Ответы Re: Buffer for inner and outer table  (Daniel Xavier de Sousa <danielucg@yahoo.com.br>)
Список pgsql-hackers
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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Daniel Xavier de Sousa
Дата:
Сообщение: Re: Buffer for inner and outer table
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: vacuum, performance, and MVCC