Re: vacuum, performance, and MVCC

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas DCP SD
Тема Re: vacuum, performance, and MVCC
Дата
Msg-id E1539E0ED7043848906A8FF995BDA579011EFF01@m0143.s-mxs.net
обсуждение исходный текст
Ответ на vacuum, performance, and MVCC  ("Mark Woodward" <pgsql@mohawksoft.com>)
Ответы Re: vacuum, performance, and MVCC  (Csaba Nagy <nagy@ecircle-ag.com>)
Список pgsql-hackers
> back and forth the data between an archive table and the live
> table, based on how active the groups are, I can't imagine
> any other way of partitioning it. And that would also mean
> some quite big load given the pretty high dynamics of the groups.

You said the activity comes in bursts per group, so the obvious
partitioning would be per group.
If you have too many groups to have one partition per group you could
try to find some modulo or other rule to spread them into separate
partitions.

Andreas


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [CORE] GPL Source and Copyright Questions
Следующее
От: "Mark Woodward"
Дата:
Сообщение: Re: vacuum, performance, and MVCC