Re: Database Server Tuning

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Vivek Khera <khera(at)kcilink(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Database Server Tuning
Date: 2004-03-02 21:27:37
Message-ID: 200403021327.37097.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Vivek,

> I did a bunch of testing with different RAID levels on a 14 disk
> array. I finally settled on this: RAID5 across 14 disks for the
> data, the OS (including syslog directory) and WAL on a RAID1 pair on
> the other channel of the same controller (I didn't want to spring for
> dual RAID controllers). The biggest bumps in performance came from
> increasing the checkpoint_buffers since my DB is heavily written to,
> and increasing sort_mem.

With large RAID, have you found that having WAL on a seperate array actually
boosts performance? The empirical tests we've seen so far don't seem to
support this.

--
-Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Vivek Khera 2004-03-02 21:32:03 Re: Database Server Tuning
Previous Message Josh Berkus 2004-03-02 21:26:19 Re: Scaling further up