Why do things slow down without a VACUUM? - Mailing list pgsql-general

From Lincoln Yeoh
Subject Why do things slow down without a VACUUM?
Date
Msg-id 3.0.5.32.20010430091404.010dd7d0@192.228.128.13
Whole thread Raw
In response to On the _need_ to vacuum...  (Jack Bates <postgres@floatingdoghead.net>)
Responses Re: Why do things slow down without a VACUUM?
List pgsql-general
Hi,

Why do things slow down after a lot of updates without a VACUUM? This
slow-down doesn't seem to happen as much with a lot of inserts.

Don't the indexes know which is the valid updated row? Or does Postgresql
still have to search for it amongst deleted/invalid rows?

I can understand why the database would bloat up and/or slow down slightly
without a vacuum. But why such a significant slowdown? So much so that
people have to vacuum every two hours.

Cheerio,
Link.


pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Re: On the _need_ to vacuum...
Next
From: GH
Date:
Subject: Re: Why do things slow down without a VACUUM?