RE: Planning time of Generic plan for a table partitioned into a lot - Mailing list pgsql-hackers

From Kato, Sho
Subject RE: Planning time of Generic plan for a table partitioned into a lot
Date
Msg-id 25C1C6B2E7BE044889E4FE8643A58BA963D8CE12@G01JPEXMBKW03
Whole thread Raw
In response to Re: Planning time of Generic plan for a table partitioned into a lot  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Responses Re: Planning time of Generic plan for a table partitioned into a lot
List pgsql-hackers
Hi, Amit

Thanks for your reply.
Your explanation is very easy to understand :)

On Wednesday, November 28, 2018 2:52 PM, Amit Langote wrote: 
>Keeping aside the fact that making a generic plan gets increasing more expensive as the number of partitions
increases,I'm a bit surprised that you get a generic plan with plan_cache_mode = auto.  Isn't a generic plan way too
expensivein this case?
 

Sorry for my lack of explanation. I didn't get a generic plan with plan_cache_mode = auto.
What I am worried about is that if users don't know the flow of PREPARE EXECUTE, query execution seems to be suddenly
slowand they will be in trouble.
 
Just as you said, generic plan is only made, and a custom plan is chosen.
But, as the time to make a general plan is added, it becomes slow as a whole.

>Ah, I see that David has already thought about this issue.
>
>(last paragraph of this email)
>https://www.postgresql.org/message-id/CAKJS1f-ibmyn1W_UsdSmygjKOL6YgPyX0Mz54V_iD0HWWL_h%3Dg%40mail.gmail.com

Oh great! I am also concerned about AcquireExecutorLocks.
Ok, I'll take a look.

regards,
Sho Kato
> -----Original Message-----
> From: Amit Langote [mailto:Langote_Amit_f8@lab.ntt.co.jp]
> Sent: Wednesday, November 28, 2018 2:52 PM
> To: Kato, Sho/加藤 翔 <kato-sho@jp.fujitsu.com>;
> pgsql-hackers@lists.postgresql.org
> Cc: David Rowley <dgrowleyml@gmail.com>
> Subject: Re: Planning time of Generic plan for a table partitioned into
> a lot
> 
> On 2018/11/28 13:46, Amit Langote wrote:
> > It's cheaper than using a cached generic plan (without re-planning),
> > because the latter has to pay the cost of AcquireExecutorLocks which
> > takes longer as the number of partitions increases.  Perhaps something
> > to try fix fixing too.  Not planning should cost less than planning!
> > :)
> 
> Ah, I see that David has already thought about this issue.
> 
> (last paragraph of this email)
> https://www.postgresql.org/message-id/CAKJS1f-ibmyn1W_UsdSmygjKOL6Yg
> PyX0Mz54V_iD0HWWL_h%3Dg%40mail.gmail.com
> 
> Thanks,
> Amit
> 




pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: Add pg_partition_tree to doc index
Next
From: "myungkyu.lim"
Date:
Subject: RE: [Todo item] Add entry creation timestamp column topg_stat_replication