Re: Why vacuum? - Mailing list pgsql-hackers

From Martin A. Marques
Subject Re: Why vacuum?
Date
Msg-id 00121320080501.07666@math.unl.edu.ar
Whole thread Raw
In response to Why vacuum?  (bpalmer <bpalmer@crimelabs.net>)
Responses Re: Why vacuum?
List pgsql-hackers
El Mié 13 Dic 2000 16:41, bpalmer escribió:
> I noticed the other day that one of my pg databases was slow,  so I ran
> vacuum on it,  which brought a question to mind:  why the need?  I looked
> at my oracle server and we aren't doing anything of the sort (that I can
> find),  so why does pg need it?  Any info?

I know nothing about Oracle, but I can tell you that Informix has an update 
statistics, which I don't know if it's similar to vacuum, but....
What vacuum does is clean the database from rows that were left during 
updates and deletes, non the less, the tables get shrincked, so searches get 
faster.

Saludos... :-)

-- 
System Administration: It's a dirty job, 
but someone told I had to do it.
-----------------------------------------------------------------
Martín Marqués            email:     martin@math.unl.edu.ar
Santa Fe - Argentina        http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-----------------------------------------------------------------


pgsql-hackers by date:

Previous
From: mlw
Date:
Subject: Re: external function proposal for 7.2
Next
From: Tom Lane
Date:
Subject: Idea for reducing planning time