Re: Physical sites handling large data - Mailing list pgsql-general

From Shridhar Daithankar
Subject Re: Physical sites handling large data
Date
Msg-id 3D878215.24530.9E853AE@localhost
Whole thread Raw
In response to Re: Physical sites handling large data  (Ericson Smith <eric@did-it.com>)
List pgsql-general
On 17 Sep 2002 at 8:59, Ericson Smith wrote:

> Out Vacuum frequency is once daily, with EXPLAINS happening every 2
> hours.
>
> We use the default kernel buffer settings.

I must say you have a good database installation. As many people have found and
documented before, an in time vacuum can almost double the performance.

And I am really amazed that things worked with default buffer settings. AFAIK,
it takes upto half the physical RAM for buffers. But many distro. (for linux at
least) limit it to 200MB or half the RAM. So that on huge RAM, it would not eat
up all..

Bye
 Shridhar

--
MIT:    The Georgia Tech of the North


pgsql-general by date:

Previous
From: "Nigel J. Andrews"
Date:
Subject: Re: Copying table to another database.
Next
From: Andrew Sullivan
Date:
Subject: Re: Still big problems with pg_dump!