Re: BUG #1186: Broken Index?

From: Gaetano Mendola <mendola(at)bigfoot(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1186: Broken Index?
Date: 2004-07-03 14:51:50
Message-ID: cc6h6h$fnu$1@floppy.pyrenet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-bugs pgsql-performance

PostgreSQL Bugs List wrote:
> Hello All,
> We are using PostgreSQL 7.4.2 for our website that handles over 200,000
> transactions a day.
> About a month ago, the responses from the SELECT queries on the database
> became terribly slow.
> We tried to anaylze the cause of the problem, searching throught the system
> logs and all, but nothing appeared to be out of the ordinary.
>
> What we did to resolve this was to dump the database, delete the database,
> recreate the database, and finally restore it. After that, things were back
> to normal.
>
> From the above experience, we were able to hypothesize that the fault of the
> slow responses was not from a broken data or hardware failures, but from a
> broken index, since we were able to recover 100% of the data on the same
> machine.
>
> Today, the same problem occured, and the same actions are going to be taken
> to temporary resolve it.
>
> Final note: we will also experiment with the 'vacuum full' command to see
> if it counters this problem.

This is not for sure a bug, but a known behaviour if you don't vacuum at all
your db. I bet you don't use the vacuum daemon; use it or schedule a simple
vacuum on the eavily updated table each 10 minutes. I strongly suggest you to use
the autovacuum daemon.

Do not esitate to ask how use it.

Regards
Gaetano Mendola

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Guido Barosio 2004-07-03 21:18:56 Strange scenary.
Previous Message Michelle Konzack 2004-07-03 10:36:43 Re: [admin] 32mb scsi system

Browse pgsql-bugs by date

  From Date Subject
Next Message Gaetano Mendola 2004-07-03 14:54:56 Re: 7.4: serial not working ?
Previous Message Kris Jurka 2004-07-03 08:45:45 Re: Error in DatabaseMetaData.getColumns() with Views

Browse pgsql-performance by date

  From Date Subject
Next Message Steinar H. Gunderson 2004-07-05 09:18:36 Odd sorting behaviour
Previous Message Edoardo Ceccarelli 2004-07-02 18:50:26 finding a max value