Re: Quad Opteron stuck in the mud

From: Vivek Khera <vivek(at)khera(dot)org>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Quad Opteron stuck in the mud
Date: 2005-07-13 20:49:31
Message-ID: F4779CC7-7F56-4742-B7DA-BAC23309676E@khera.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


On Jul 13, 2005, at 2:54 PM, Dan Harris wrote:

> 4 x 2.2GHz Opterons
> 12 GB of RAM
> 4x10k 73GB Ultra320 SCSI drives in RAID 0+1
> 1GB hardware cache memory on the RAID controller
>

if it is taking that long to update about 25% of your table, then you
must be I/O bound. check I/o while you're running a big query.

also, what RAID controller are you running? be sure you have the
latest BIOS and drivers for it.

on a pair of dual opterons, I can do large operations on tables with
100 million rows much faster than you seem to be able. I have
MegaRAID 320-2x controllers with 15kRPM drives.

Vivek Khera, Ph.D.
+1-301-869-4449 x806

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Ian Westmacott 2005-07-13 21:46:10 Re: cost-based vacuum
Previous Message Simon Riggs 2005-07-13 20:39:48 Re: cost-based vacuum