Re: Table Partitioning Advice Request

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Table Partitioning Advice Request
Дата
Msg-id 87eimtk4bs.fsf@hi-media-techno.com
обсуждение исходный текст
Ответ на Re: Table Partitioning Advice Request  (Vincenzo Romano <vincenzo.romano@notorand.it>)
Ответы Re: Table Partitioning Advice Request  (Vincenzo Romano <vincenzo.romano@notorand.it>)
Список pgsql-general
Vincenzo Romano <vincenzo.romano@notorand.it> writes:
> Is there any performance study for the trigger-based implementation?

Consider that if you use RULE to partition, when you DROP a partition
the INSERTs are locked out because the query depends on the table being
droped.

That alone could lead you to stop considering RULEs for partitioning.
--
dim

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

Предыдущее
От: Vincenzo Romano
Дата:
Сообщение: Re: Table Partitioning Advice Request
Следующее
От: Sam Mason
Дата:
Сообщение: Re: Automatic truncation of character values & casting to the type of a column type