Partitions and planner - Mailing list pgsql-admin

From J T
Subject Partitions and planner
Date
Msg-id CACut7uQ9ipGGztdXpXZcCA-WXeHKudXwX4TOGykfVsxvzYUkrg@mail.gmail.com
Whole thread Raw
Responses Re: Partitions and planner  (Laurenz Albe <laurenz.albe@cybertec.at>)
List 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 by date:

Previous
From: "Tharmarajah, Sam"
Date:
Subject: Req for some help in figuring out table create grants
Next
From: Laurenz Albe
Date:
Subject: Re: Partitions and planner