Re: Hash aggregates blowing out memory - Mailing list pgsql-general

From Tom Lane
Subject Re: Hash aggregates blowing out memory
Date
Msg-id 13801.1109369302@sss.pgh.pa.us
Whole thread Raw
In response to Re: Hash aggregates blowing out memory  (Mike Harding <mvh@ix.netcom.com>)
List pgsql-general
Mike Harding <mvh@ix.netcom.com> writes:
> Any way to adjust n_distinct to be more accurate?

You could try increasing the statistics target for the relevant columns.
What does pg_stats show for the "numdistinct" estimates of the columns
you are grouping over, and does that have anything to do with reality?

            regards, tom lane

pgsql-general by date:

Previous
From: Mike Harding
Date:
Subject: Re: Hash aggregates blowing out memory
Next
From: Tom Lane
Date:
Subject: Re: Questions regarding notify processing.