Re: postgres configuration

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sumeet <asumeet(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: postgres configuration
Date: 2007-03-13 21:30:40
Message-ID: 9442.1173821440@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Sumeet <asumeet(at)gmail(dot)com> writes:
> My Vacuum's are running very very slow and expecially when vacuuming indexes
> in large tables of size in 5-10 gigabytes,
> can some one help me determine the parameters for postgres.conf which will
> help me vacuum fast. I'm running postgres on a server with 32 gigs of ram
> and 8 processors.

What postgres version?

8.2 should be considerably faster than prior releases due to Heikki's
fixes to let indexes be scanned in physical order during VACUUM.

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Alvaro Herrera 2007-03-13 22:27:33 Re: import CSV file
Previous Message Scott Marlowe 2007-03-13 21:07:44 Re: postgres configuration