Re: does max_connections affect the query planner - Mailing list pgsql-performance

From Bob Jolliffe
Subject Re: does max_connections affect the query planner
Date
Msg-id CACd=f9cWs6auC+aqkSAY6w8m4MXEoE=UPwCUF8f7Z0FY_Kg-Tg@mail.gmail.com
Whole thread Raw
In response to Re: does max_connections affect the query planner  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
Thanks Tom.  Will check that.

On Tue, 17 Sep 2019 at 14:13, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Bob Jolliffe <bobjolliffe@gmail.com> writes:
> > We do know that max_connections is set quite high (600) when we don't
> > really expect more than 100.  I wonder does the planner take
> > max_connections x work_mem into account when considering the memory it
> > has potentially available?
>
> No.  There have been discussions to the effect that it ought to have
> a more holistic view about available memory; but nothing's been done
> about that, and certainly no existing release does so.
>
> Usually the proximate cause of bad plan choices is bad rowcount
> estimates --- you can spot that by comparing estimated and actual
> rowcounts in EXPLAIN ANALYZE results.
>
>                         regards, tom lane



pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: does max_connections affect the query planner
Next
From: Jeff Janes
Date:
Subject: Re: does max_connections affect the query planner