Re: time-based range partitioning and truncate/delete different timezones

Поиск
Список
Период
Сортировка
От Michael Lewis
Тема Re: time-based range partitioning and truncate/delete different timezones
Дата
Msg-id CAHOFxGpZTTjRXb-YRg+iEnWttS0zMBO-SoZbNWtqPH-yxtw17g@mail.gmail.com
обсуждение исходный текст
Ответ на time-based range partitioning and truncate/delete different timezones  (Niels Jespersen <NJN@dst.dk>)
Список pgsql-general
What version are you using? How long are you keeping data for? It is possible to partition by hour or would that exceed the number of recommended partitions too quickly for your retention time period? Else, I would partition on date according to the timezone of your data. Selecting from multiple partitions for the aggregate should be performant enough in most cases. The truncate / detach type commands may need to be the priority.

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

Предыдущее
От: Michael Lewis
Дата:
Сообщение: Re: Accounting for between table correlation
Следующее
От: Michael Lewis
Дата:
Сообщение: Re: migration from postgres to enterprosedb