Re: Automatic free space map filling

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Automatic free space map filling
Дата
Msg-id 20060304021152.GZ82012@pervasive.com
обсуждение исходный текст
Ответ на Re: Automatic free space map filling  (Martijn van Oosterhout <kleptog@svana.org>)
Ответы Re: Automatic free space map filling  (Ron Mayer <rm_pg@cheapcomplexdevices.com>)
Список pgsql-hackers
On Thu, Mar 02, 2006 at 03:19:46PM +0100, Martijn van Oosterhout wrote:
> Note, for this purpose you don't need to keep a bit per page. The
> OS I/O system will load 64k+ (8+ pages) in one go so one bit per 8
> pages would be sufficient.

AFAIK that's entirely dependant on the filesystem and how it's created
(and possibly the OS as well). So arbitrarily deciding each bit is 8
pages is a bad idea. I could see allowing for a setting that determins
how many pages per bit, though, but I think we're also getting ahead of
ourselves.
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


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

Предыдущее
От: Ned Lilly
Дата:
Сообщение: Re: PostgreSQL Anniversary Summit, Call for
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Automatic free space map filling