Re: Autovacuum & Table List Ordering

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Autovacuum & Table List Ordering
Дата
Msg-id 20080103143926.GD10950@alvh.no-ip.org
обсуждение исходный текст
Ответ на Autovacuum & Table List Ordering  ("Usama Dar" <munir.usama@gmail.com>)
Ответы Re: Autovacuum & Table List Ordering  ("Usama Dar" <munir.usama@gmail.com>)
Список pgsql-hackers
Usama Dar escribió:

> So wouldn't it make sense to pick up the tables in a similar order as well?
> like sorting the list on (deadtuples - calculated threshold) this way we
> will be vacuuming the tables in more need first.

Sure, feel free to propose a specific ordering.  I think you would need
to take table size into account too.

Something that's also important to fix while you're doing that is fixing
the "BUG" that is mentioned in the code that Simon griped about not long
ago.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Table rewrites vs. pending AFTER triggers
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Dynamic Partitioning using Segment Visibility Maps