purge hash table, how to?

Поиск
Список
Период
Сортировка
От huaxin zhang
Тема purge hash table, how to?
Дата
Msg-id f2f5625105090611373dbbce1d@mail.gmail.com
обсуждение исходный текст
Ответ на Attention PL authors: want to be listed in template table?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: purge hash table, how to?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
i am using postgresql 8.0.3 as a single user by running "postgres"

I want to purge all contents in the bufferpool, and I did this by
calling "InitBufTable(256)" (buf_table.c)  after each query. However,
this seems not working for each followup query I still get less disk read
(tracked by "smgrread()"  in smgr.c) and increased bufferhitcount.

Could anyone tell me which module shall i modify instead?


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Mysteriously lost values in nodes
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Simple tester for MVCC in PostgreSQL