Re: query failed, not enough memory on 8.3.5

From: "Greg Stark" <stark(at)enterprisedb(dot)com>
To: "Grzegorz Jaskiewicz" <gj(at)pointblue(dot)com(dot)pl>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: query failed, not enough memory on 8.3.5
Date: 2008-11-30 13:31:04
Message-ID: 4136ffa0811300531i169f1fbaq98181d0156eaf573@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, Nov 28, 2008 at 8:08 PM, Grzegorz Jaskiewicz
<gj(at)pointblue(dot)com(dot)pl> wrote:
> work_mem = 128140 # min 64, size in KB
> maintenance_work_mem = 65535 # min 1024, size in KB

Incidentally it's very odd to see maintenance_work_mem less than
work_mem. work_mem is used by regular queries and maintenance_work_mem
by things like create index.

> AggContext: 1981800448 total in 250 blocks; 3768 free (117 chunks);
> 1981796680 used
> TupleHashTable: 1158668312 total in 150 blocks; 465512 free (580
> chunks); 1158202800 used

Er, yeah. This is a known problem and it would be really nice to fix
it. However nobody's come up with any bright ideas for fixing it and
disabling hash aggregates doesn't seem worth it. The problem only
occurs when Postgres dramaticalyl misestimates the number of hash
buckets needed for hash aggregates.

Can you post the EXPLAIN for your query? you might have to analyze
your tables again, and possibly raise the stats target for the columns
you're aggregating.

Failing that you could set enable_hashaggregate to false for this query.

--
greg

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Grzegorz Jaskiewicz 2008-11-30 16:02:49 Re: query failed, not enough memory on 8.3.5
Previous Message guy barron 2008-11-30 12:46:40 BUG #4554: download crashes