Re: Why queries takes too much time to execute? - Mailing list pgsql-performance

From scott.marlowe
Subject Re: Why queries takes too much time to execute?
Date
Msg-id Pine.LNX.4.33.0405101357470.16845-100000@css120.ihs.com
Whole thread Raw
In response to Re: Why queries takes too much time to execute?  ("Anderson Boechat Lopes" <teouique@terra.com.br>)
List pgsql-performance
On Mon, 10 May 2004, Anderson Boechat Lopes wrote:

>     Hum... now i think i´m beginning to understand.
>
>     The vacuum analyse is recommended to perform at least every day, after
> adding or deleting a large number of records, and not vacuum full analyse.
> I´ve performed the vacuum full analyse every day and after some time i´ve
> noticed the database was corrupted. I couldn´t select anything any more.

Hold it right there, full stop.

If you've got corruption you've either found a rare corner case in
postgresql (unlikely, corruption is not usually a big problem for
postgresql) OR you have bad hardware.  Test your RAM, CPUs, and hard
drives before going any further.   Data corruption, 99% of the time, is
not the fault of postgresql but the fault of the hardware.



pgsql-performance by date:

Previous
From: Bricklen
Date:
Subject: Re: Help how to tune-up my Database
Next
From: "scott.marlowe"
Date:
Subject: Re: Help how to tune-up my Database