Re: Would like to know how analyze works technically

From: Bill Moran <wmoran(at)potentialtech(dot)com>
To: TonyS <tony(at)exquisiteimages(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Would like to know how analyze works technically
Date: 2015-04-01 13:41:31
Message-ID: 20150401094131.b700497d661c450783a310fc@potentialtech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 1 Apr 2015 06:26:36 -0700 (MST)
TonyS <tony(at)exquisiteimages(dot)com> wrote:

> On Wed, April 1, 2015 8:48 am, Bill Moran [via PostgreSQL] wrote:
> >
>
> >>>> Running "analyze verbose;" and watching top, the system starts out
> >>>> using no swap data and about 4GB of cached memory and about 1GB of
> >>>> used memory. As it runs, the amount of used RAM climbs, and
> >>>> eventually the used swap memory increases to 100% and after being at
> >>>> that level for a couple of minutes, the analyze function crashes and
> >>>> indicates "server closed the connection unexpectedly."
> >>>
> >>> ANALYZE is supposed to work in a constrained amount of memory, though
> >>> that amount depends quite a bit on what the data is and what you've
> >>> got the statistics target set to.
> >>>
> >>> We've heard reports that there are memory leaks in (some versions
> >>> of?) PostGIS's analyze support. Whether that would apply to you would
> >>> depend on whether you're using PostGIS.
> >>>
> >>> Hard to say more without a lot more concrete info about what your
> >>> data is, what PG version you're using, etc.
> >
> > Don't know if I'm on the right track with this, but what is
> > maintenance_work_mem set to on this system?
> >
>
> Hello Bill,
>
> maintenance_work_mem is set to 480MB. I haven't changed that from what
> pgtune suggested.

Doesn't seem unreasonable, so my guess isn't right.

--
Bill Moran

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2015-04-01 13:41:43 Re: how to convert float to timestamp in single select query
Previous Message Rémi Cura 2015-04-01 13:40:41 partitoning expert : Partitonning with specialization of one column type