Re: Reduce the size of PageFreeSpaceInfo on 64bit platform

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема Re: Reduce the size of PageFreeSpaceInfo on 64bit platform
Дата
Msg-id 20070813131016.6A3E.ITAGAKI.TAKAHIRO@oss.ntt.co.jp
обсуждение исходный текст
Ответ на Re: Reduce the size of PageFreeSpaceInfo on 64bit platform  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Ответы Re: Reduce the size of PageFreeSpaceInfo on 64bit platform  (Bruce Momjian <bruce@momjian.us>)
Re: Reduce the size of PageFreeSpaceInfo on 64bit platform  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
I wrote:

> I'll rewrite my patch to use
> FSMPageData in both places so that users can always estimate the memory
> to 6 bytes per page.

Here is a revised patch to reduce memory usage during VACUUM,
using FSMPageData (6 byte) instead of PageFreeSpaceInfo (8 or 16 bytes).
The keepable pages with freespace will extended to 21GB from 8GB with
16MB of default maintenance_work_mem.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center


Вложения

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

Предыдущее
От: ITAGAKI Takahiro
Дата:
Сообщение: Re: Reduce the size of PageFreeSpaceInfo on 64bit platform
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Function structure in formatting.c