Re: vacuum, performance, and MVCC

Поиск
Список
Период
Сортировка
От Luke Lonergan
Тема Re: vacuum, performance, and MVCC
Дата
Msg-id 3E37B936B592014B978C4415F90D662D039896E2@MI8NYCMAIL06.Mi8.com
обсуждение исходный текст
Ответ на vacuum, performance, and MVCC  ("Mark Woodward" <pgsql@mohawksoft.com>)
Список pgsql-hackers
Csaba,

> Regularly clustering is out of question as it would render
> the system unusable for hours. There's no "0 activity hour"
> we could use for such stuff. There's always something
> happening, only the overall load is smaller at night...

We are planning to implement a btree organized table, which keeps the
data organized by storing it with the index and using btree insertion to
store the data.  This will make your design more attractive.

- Luke



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

Предыдущее
От: Csaba Nagy
Дата:
Сообщение: Re: vacuum, performance, and MVCC
Следующее
От: "William ZHANG"
Дата:
Сообщение: Re: Shared library conflicts