Re: [GENERAL] Buglist

Поиск
Список
Период
Сортировка
От Matthew T. O'Connor
Тема Re: [GENERAL] Buglist
Дата
Msg-id 1061568619.4943.12.camel@zeutrh9
обсуждение исходный текст
Ответ на Re: [GENERAL] Buglist  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, 2003-08-22 at 10:45, Tom Lane wrote:
> Jan Wieck <JanWieck@Yahoo.com> writes:
> Right.  One big question mark in my mind about these "partial vacuum"
> proposals is whether they'd still allow adequate FSM information to be
> maintained.  If VACUUM isn't looking at most of the pages, there's no
> very good way to acquire info about where there's free space.

Well, pg_autovacuum really needs to be looking at the FSM anyway.  It
could look at the FSM, and choose to to do a vacuum normal when there
the amount of FSM data becomes inadequate.  Of course I'm not sure how
you would differentiate a busy table with "inadequate" FSM data and an
inactive table that doesn't even register in the FSM.  Perhaps you would
still need to consult the stats system.


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

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: [GENERAL] Buglist
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Single-file DBs WAS: Need concrete "Why Postgres