Re: Slow planning, fast execution for particular 3-table query - Mailing list pgsql-performance

From David Wheeler
Subject Re: Slow planning, fast execution for particular 3-table query
Date
Msg-id 42D20241-A10A-4A8C-A408-8E2326E37604@dgitsystems.com
Whole thread Raw
In response to Re: Slow planning, fast execution for particular 3-table query  (Michael Lewis <mlewis@entrata.com>)
List pgsql-performance

Is default_statistics_target set above default 100? I would assume that would reflect in the size of pg_statistic, but wanted to ask since increasing that from 100 to 1000 was the only time I have seen planning time explode. Are other queries slow to plan?

 

Looks like you’ve found it! Someone has set the target to 10k so that’s going to wildly increase planning time.

 

Thanks for your help! And thanks to the others who chipped in along the way 😊

 

Regards,

 

David

 

pgsql-performance by date:

Previous
From: Andres Freund
Date:
Subject: Re: FPGA optimization ...
Next
From: David Rowley
Date:
Subject: Re: Slow planning, fast execution for particular 3-table query