Re: Optimization postgresql 8.1.4 FC 6 X64 ?

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Optimization postgresql 8.1.4 FC 6 X64 ?
Дата
Msg-id 4605011F.1040803@enterprisedb.com
обсуждение исходный текст
Ответ на Optimization postgresql 8.1.4 FC 6 X64 ?  ("amrit angsusingh" <amritspr@gmail.com>)
Ответы Re: Optimization postgresql 8.1.4 FC 6 X64 ?  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-performance
amrit angsusingh wrote:
> I try to change my database server from the older one ie. 2Cpu Xeon 2.4 32
> bit 4Gb SDram Hdd SCSI RAID 5 and FC 3 ix86 with 7..4.7 PG to the newer one
> with 2CPU Xeon 3.0 64 Bit 4Gb DDRram SCSI Raid5 and FC6 X64 PG 8.14 and try
> to use  rather the same parameter from the previous postgresql.conf :-
> ...
> I use pgbench to test the speed of my older database server and the result
> is
>
> bash-3.00$ pgbench  test -t 20 -c 30 -s 50
> ...

-t 20 is not enough to give repeatable results. Try something like -t 1000.

The speed of pgbench in that configuration (scaling factor 50, fsync
enabled) is limited by the speed you can fsync the WAL. There isn't much
you can do in postgresql.conf for that. If you get similar results with
higher -t setting, it may be because your new RAID and drives have
slightly higher latency.

You're better off testing with real queries with your real database.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

В списке pgsql-performance по дате отправления:

Предыдущее
От: "amrit angsusingh"
Дата:
Сообщение: Optimization postgresql 8.1.4 FC 6 X64 ?
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: [HACKERS] EXISTS optimization