Re: Pre-creating partitions incurs insert penalty

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Pre-creating partitions incurs insert penalty
Дата
Msg-id dcc563d10905281721x7890139er5e84b0e980e5bc31@mail.gmail.com
обсуждение исходный текст
Ответ на Pre-creating partitions incurs insert penalty  (Anj Adu <fotographs@gmail.com>)
Ответы Re: Pre-creating partitions incurs insert penalty  (Anj Adu <fotographs@gmail.com>)
Список pgsql-admin
On Thu, May 28, 2009 at 5:22 PM, Anj Adu <fotographs@gmail.com> wrote:
> I noticed a very strange performance issue after I pre-create daily
> partitions for the next month on a table that has a very large insert volume
> (30 million a day). After the partitions are created..the inserts seem to
> slow down. I verifiied that this was the issue by dropping the
> partitions...When I dropped the pre-created partitions..the performance
> issue disappeared. Looks like you cannot have too many partitions (in this
> case..I had a total of 35 partitions when the performance issue was noticed)

How are you enforcing partiitoning on your inserts?  Via app
knowledge, triggers, or rules?  I'd expect rules might have a penalty
with more partitions, but not expect it from app or trigger based
partitioning.

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Continuous archiving fails routinely with "invalid magic number" error
Следующее
От: Anj Adu
Дата:
Сообщение: Re: Pre-creating partitions incurs insert penalty