Re: Hash aggregates blowing out memory

From: Greg Stark <gsstark(at)mit(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Hash aggregates blowing out memory
Date: 2005-02-26 05:45:35
Message-ID: 87y8dboow0.fsf@stark.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Mike Harding <mvh(at)ix(dot)netcom(dot)com> writes:

> The following was run -immediately- after a vacuum.

You realize "vacuum" doesn't update the statistics, right?
You have to do "analyze" or "vacuum analyze" for that.

--
greg

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Davis 2005-02-26 08:35:30 Re: row numbering
Previous Message Greg Stark 2005-02-26 05:40:50 Re: row numbering