Re: Extreme bloating of intarray GiST indexes

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Extreme bloating of intarray GiST indexes
Date: 2011-05-04 18:40:33
Message-ID: 4DC19DA1.6070606@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 5/4/11 11:29 AM, Tom Lane wrote:
> which is up in the same ballpark with your problem. Now probably your
> client's app is not updating all rows at once, but still this is a
> pretty wasteful update pattern. Is there a reason not to update all
> the columns in a single update?

Yeah, really crappy application code. Discussing it with app developers
now ...

> If you can't change the app, I'd suggest more aggressive autovacuuming
> as the least painful fix.

Will test that. It's not clear that vacuuming is helping at all.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-05-04 18:50:35 Re: Extreme bloating of intarray GiST indexes
Previous Message Merlin Moncure 2011-05-04 18:37:26 Re: VARIANT / ANYTYPE datatype