Vacuum and Hash Tables

Поиск
Список
Период
Сортировка
От Jay Jay
Тема Vacuum and Hash Tables
Дата
Msg-id b309f6c70601310907j6d1a0f7av5e10234dbea198fd@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
Hi,<br /><br /> Currently, i'm helping out in a project testing the cache miss rates for different buffer replacement
policies.I've tried asking the postgresql channel on IRC but was directed to this mailing list instead.<br /><br /> At
themoment, i've replaced freelist.c with an implementation of the LRU policy and test runs of this policy independant
ofthe server appears to show that it works as expected. I run into problems however, when i attempt to initialise the
template1.The code returns<br /><br /> vacuuming database template1... FATAL: shared buffer hash table corrupted<br
/><br/> I suspect that this has something to do with the hashtables that i've used in buf_tables.c and the vacuum. Can
anyonepoint me to any resources that might shed more light on this?<br /><br /> Incidently, the code base i'm using is
version8.0.4<br /><br /><br /> Regards,<br /> Joseph<br /> 

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

Предыдущее
От: Rick Gigger
Дата:
Сообщение: Re: New project launched : PostgreSQL GUI Installer for
Следующее
От: Joachim Wieland
Дата:
Сообщение: Re: Policy on schema-qualified names