Re: Memory and performance - Mailing list pgsql-sql

From Tim Perdue
Subject Re: Memory and performance
Date
Msg-id 20010405075250.H513@mail.perdue.net
Whole thread Raw
In response to Re: Memory and performance  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Memory and performance  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
I thought this was an interesting thread because we're running into
problems with IO under 7.1 during vacuum and a couple of scheduled aggregation
jobs.

Our database is about 1GB in total size, the machine has 4GB, but the entire
system is only using 1.2 GB, even during vacuum or a daily, extremely large 
query that requires a lot of grouping and sorting.

Any suggestions as to how we can make more use of our RAM, paricularly during
vacuum, which is when we get killed? We've actually considered mounting the
database on a RAM drive in a halfway serious way.

Tim

-- 
Founder - PHPBuilder.com / Geocrawler.com
Lead Developer - SourceForge
VA Linux Systems


pgsql-sql by date:

Previous
From: Loïc Bourgeois
Date:
Subject: SELECT ... FOR UPDATE
Next
From: "Gordon A. Runkle"
Date:
Subject: Re: UNION in a VIEW?