Partitions and planner

Поиск
Список
Период
Сортировка
От J T
Тема Partitions and planner
Дата
Msg-id CACut7uQ9ipGGztdXpXZcCA-WXeHKudXwX4TOGykfVsxvzYUkrg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Partitions and planner  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список pgsql-admin
This is an odd question. I hope there is a workaround or feature for this that can use.

We have a huge table close to a billion rows that we are testing a partition by by hash and sub partitions by date range so we can drop the old partitions.

The hash partition we want for performance but the dat range partition just for maintenance. Having said that.  On our non partitioned table the execution time is fine and the planning time is down to 4ms. However, on the partitioned table the execution time is fast but the planning time jumps to 300ms. A change of just a few milliseconds is impactful. But, a change of a few hundred milliseconds is not acceptable.

Having said all this, is there a way to tell the planner not to plan using the sub partitions and only use the primary hash partition? This way we could eliminate the extra planning time used on the sub partitions since those sub partitions will ever only be used for pruning data.

--
Thanks,

JT
----

Note: This communication may contain privileged or other confidential information. If you are not the intended recipient, please do not print, copy, retransmit, disseminate or otherwise use the information. Please indicate to the sender that you have received this email in error and delete the copy you received. Thank You.

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

Предыдущее
От: "Tharmarajah, Sam"
Дата:
Сообщение: Req for some help in figuring out table create grants
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Partitions and planner