Re: BUG #12850: ANALYZE of big table is taking extreemly much memory - Mailing list pgsql-bugs

From Heikki Linnakangas
Subject Re: BUG #12850: ANALYZE of big table is taking extreemly much memory
Date
Msg-id 5501B10E.8020408@iki.fi
Whole thread Raw
In response to BUG #12850: ANALYZE of big table is taking extreemly much memory  (wnordmann@gmx.de)
List pgsql-bugs
On 03/11/2015 05:35 PM, wnordmann@gmx.de wrote:
> The following bug has been logged on the website:
>
> Bug reference:      12850
> Logged by:          walter nordmann
> Email address:      wnordmann@gmx.de
> PostgreSQL version: 9.4.1
> Operating system:   Ubuntu 14.4 LTS
> Description:
>
> Vacuuming a really big table (139.000.000 records, 66GB tablespace, one
> GIN-INDEX of 135 GB!) is consuming extreemly much memory. Much, much more
> then maintenance_work_mem (2GB). at this time about 85 GB of virt mem.
>
> see post "autovacuum worker running amok - and me too" at postgresql-general
> or ask me for more data. this form is to small for it.

To be precise, the memory leak is in VACUUM of GIN indexes, not ANALYZE.
It was introduced by the 9.4 GIN changes to store the posting lists in a
compressed form.

Fixed, thanks for the report!

- Heikki

pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pg_upgrade failure on Windows Server
Next
From: John R Pierce
Date:
Subject: Re: BUG #12856: No space left on device, but there is space!