Re: executing pgsql on Xeon-dual machine - Mailing list pgsql-performance

From Tom Lane
Subject Re: executing pgsql on Xeon-dual machine
Date
Msg-id 25730.1041014158@sss.pgh.pa.us
Whole thread Raw
In response to executing pgsql on Xeon-dual machine  (yutaka_inada@justsystem.co.jp)
Responses Re: executing pgsql on Xeon-dual machine
List pgsql-performance
yutaka_inada@justsystem.co.jp writes:
> Compared with a P4 2.4GHz machine, pgbench shows 1/10 on the
> Xeon machine (detail is describled below), while hdparm
> shows 2 times faster.

If you set fsync off, how do the pgbench results change?

> [Hardware Profile]
> DELL PowerEdge 2600
>     CPU     Xeon 2GHz Dual
>     Memory  2GB PC2100 ECC DDR266 SDRAM
>     HDD     73GB 10,000rpm U320 SCSI

> DELL PowerEdge 600SC (for comparison)
>     CPU     Pentium 4 2.4GHz Single
>     Memory  1GB 400MHz ECC DDR SDRAM
>     HDD     80GB 7,200rpm EIDE

I'm suspicious that the IDE drive may be configured to lie about write
completion.  If it reports write complete when it's really only buffered
the data in controller RAM, then you're effectively running with fsync
off on the PE600.

            regards, tom lane

pgsql-performance by date:

Previous
From: yutaka_inada@justsystem.co.jp
Date:
Subject: executing pgsql on Xeon-dual machine
Next
From: li li
Date:
Subject: A question about inheritance