Re: Performance on Bulk Insert to Partitioned Table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Performance on Bulk Insert to Partitioned Table
Дата
Msg-id 27306.1356046747@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Performance on Bulk Insert to Partitioned Table  (Charles Gomes <charlesrg@outlook.com>)
Ответы Re: Performance on Bulk Insert to Partitioned Table  (Scott Marlowe <scott.marlowe@gmail.com>)
Re: Performance on Bulk Insert to Partitioned Table  (Charles Gomes <charlesrg@outlook.com>)
Список pgsql-performance
Charles Gomes <charlesrg@outlook.com> writes:
> Using rules would be totally bad as I'm partitioning daily and after one year having 365 lines of IF won't be fun to
maintain.

You should probably rethink that plan anyway.  The existing support for
partitioning is not meant to support hundreds of partitions; you're
going to be bleeding performance in a lot of places if you insist on
doing that.

            regards, tom lane


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

Предыдущее
От: Charles Gomes
Дата:
Сообщение: Re: Performance on Bulk Insert to Partitioned Table
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Performance on Bulk Insert to Partitioned Table