Re: Extreme bloating of intarray GiST indexes

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Extreme bloating of intarray GiST indexes
Дата
Msg-id 4DC19DA1.6070606@agliodbs.com
обсуждение исходный текст
Ответ на Re: Extreme bloating of intarray GiST indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Extreme bloating of intarray GiST indexes
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: VARIANT / ANYTYPE datatype
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Extreme bloating of intarray GiST indexes