Re: query partitioned table is very slow

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: query partitioned table is very slow
Дата
Msg-id 4321.1445036528@sss.pgh.pa.us
обсуждение исходный текст
Ответ на query partitioned table is very slow  (Vladimir Yavoskiy <vovka@krevedko.su>)
Список pgsql-performance
Vladimir Yavoskiy <vovka@krevedko.su> writes:
> I have about 900 partitioned tables with 67 millons rows.
> And I found that my query takes too much time!

That's about 100X partitions too many for that amount of rows.
Partitions are a good thing in small doses, otherwise planning
time will kill you.

            regards, tom lane


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

Предыдущее
От: Vladimir Yavoskiy
Дата:
Сообщение: query partitioned table is very slow
Следующее
От: Jonathan Rogers
Дата:
Сообщение: Re: SELECT slows down on sixth execution