Re: Resolving Index Bloat

Поиск
Список
Период
Сортировка
От Greg Williamson
Тема Re: Resolving Index Bloat
Дата
Msg-id 1353368441.76758.YahooMailNeo@web125903.mail.ne1.yahoo.com
обсуждение исходный текст
Ответ на Resolving Index Bloat  (Samuel Stearns <SStearns@internode.com.au>)
Ответы Re: Resolving Index Bloat
Список pgsql-admin
Samuel --



>________________________________
> From: Samuel Stearns <SStearns@internode.com.au>
>To: "pgsql-admin@postgresql.org" <pgsql-admin@postgresql.org>
>Sent: Monday, November 19, 2012 1:59 PM
>Subject: [ADMIN] Resolving Index Bloat
>
>
><...>
>
>Any ideas on how to resolve?
> 


I have custody of one database that is fairly small but subjected to lots of updated, inserts and deletes, and that
databaseshows bloat that we have to knock down hourly or performance tanks. 

This is on postgres 9.1 so I am not sure how much translates to earlier versions.

We ran ""REINDEX" hourly for a while; we currently use a hand rolled script that reindexes each regular index and does
adance to reindex primary keys and constraints. I could email it to you but as I said, not sure how much would work. 

The straight REINDEX did work 99% of the time, with very occasional reports of failures, never repeated. The hand
rolledversion is a bit safer and a little less intrusive. 

HTH,

Greg Williamson


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

Предыдущее
От: Samuel Stearns
Дата:
Сообщение: Resolving Index Bloat
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Resolving Index Bloat