Re: disk performance benchmarks

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: "Jeffrey W(dot) Baker" <jwbaker(at)acm(dot)org>
Cc: Vivek Khera <khera(at)kcilink(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: disk performance benchmarks
Date: 2004-09-15 01:49:21
Message-ID: 41479FA1.1080001@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-performance


>You can see there's not much progress being made there. In the
>presence of a farily pathetic writeout, there's a tiny trickle of disk
>reads, userspace isn't making any progress, the kernel isn't busy, and
>few processes are in iowait. So what the heck is going on?
>
>This state of non-progress persists as long as the checkpoint subprocess
>is active. I'm sure there's some magic way to improve this but I
>haven't found it yet.
>
>
>
Hello,

It is my experience that RAID 5 is not that great for heavy write
situations and that RAID 10 is better.
Also as you are on linux you may want to take a look at what file system
you are using. EXT3 for example is
known to be stable, if a very slow piggy.

J

>PS this is with Linux 2.6.7.
>
>Regards,
>jwb
>
>---------------------------(end of broadcast)---------------------------
>TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
>

--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd(at)commandprompt(dot)com - http://www.commandprompt.com
PostgreSQL Replicator -- production quality replication for PostgreSQL

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthew T. O'Connor 2004-09-15 02:01:21 Re: Corrupted Data?
Previous Message Alvaro Herrera 2004-09-15 01:38:41 Re: Corrupted Data?

Browse pgsql-performance by date

  From Date Subject
Next Message Vivek Khera 2004-09-15 02:20:23 Re: disk performance benchmarks
Previous Message Michael Glaesemann 2004-09-15 01:01:57 Re: Data Warehouse Reevaluation - MySQL vs Postgres -- merge tables