From: | "E(dot)Rodichev" <er(at)sai(dot)msu(dot)su> |
---|---|
To: | Magnus Hagander <mha(at)sollentuna(dot)net> |
Cc: | pgsql-hackers(at)postgresql(dot)org, oleg(at)sai(dot)msu(dot)su |
Subject: | Re: |
Date: | 2005-02-16 00:28:18 |
Message-ID: | Pine.GSO.4.62.0502160313010.19844@ra.sai.msu.su |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, 15 Feb 2005, Magnus Hagander wrote:
> Run:
> hdparm -I /dev/hda
>
> If you get a line like:
> Commands/features:
> Enabled Supported:
> * READ BUFFER cmd
> * WRITE BUFFER cmd
> * Host Protected Area feature set
> * Look-ahead
> * Write cache
> ...
> (last line is what matters here)
> you have write cacheing enabled.
Thanks. Ok, really I have it enabled (fortunately :)
>
> To turn it of, run
> hdparm -W0 /dev/hda
Done. Now it is disabled.
>
> Not sure if you need to reboot, I don'tt hink so. Then re-run the
> benchmark on linux.
No, under Linux reboot makes nothing (it is completely dynamical system).
Now I have
/usr/local/pgsql/bin:14>pgbench -c 1 -t 500
starting vacuum...end.
transaction type: TPC-B (sort of)
scaling factor: 1
number of clients: 1
number of transactions per client: 500
number of transactions actually processed: 500/500
tps = 89.528064 (including connections establishing)
tps = 89.560730 (excluding connections establishing)
It is about 9 times slower. But again 4 times faster then under Windows.
After
root(at)390x:/e# hdparm -W1 /dev/hda
/dev/hda:
setting drive write-caching to 1 (on)
/usr/local/pgsql/bin:24>pgbench -c 1 -t 500
starting vacuum...end.
transaction type: TPC-B (sort of)
scaling factor: 1
number of clients: 1
number of transactions per client: 500
number of transactions actually processed: 500/500
tps = 846.189777 (including connections establishing)
tps = 849.481986 (excluding connections establishing)
Regards,
E.R.
_________________________________________________________________________
Evgeny Rodichev Sternberg Astronomical Institute
email: er(at)sai(dot)msu(dot)su Moscow State University
Phone: 007 (095) 939 2383
Fax: 007 (095) 932 8841 http://www.sai.msu.su/~er
From | Date | Subject | |
---|---|---|---|
Next Message | Jim C. Nasby | 2005-02-16 02:00:00 | Re: Query optimizer 8.0.1 (and 8.0) |
Previous Message | Michael Adler | 2005-02-15 18:05:18 | Re: |