Re: Fw: [osdldbt-general] Running DBT5 on remote database server

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Fw: [osdldbt-general] Running DBT5 on remote database server
Дата
Msg-id 51F9352A.6070000@2ndQuadrant.com
обсуждение исходный текст
Ответ на Fw: [osdldbt-general] Running DBT5 on remote database server  (amul sul <sul_amul@yahoo.co.in>)
Список pgsql-performance
On 7/22/13 10:13 PM, amul sul wrote:
> I want test the PostgreSQL performance using DBT5, where my PostgreSQL
> running on server (say 192.168.56.101) and want to test the performance
> executing DBT5 on other machine (say 192.168.56.102).

You can do this.  Here's the help for the run_workload.sh command:

usage: run_workload.sh -c <number of customers> -d <duration of test> -u
<number of users>
other options:
        -a <pgsql>
        -b <database parameters>
        -f <scale factor. (default 500)>
        -h <database host name. (default localhost)>
...

"-h" is the setting that points toward another server.  You will also
need to setup the postgresql.conf and pg_hba.conf on the system to allow
remote connections, the same way as this is normally done with Postgres.

--
Greg Smith   2ndQuadrant US    greg@2ndQuadrant.com   Baltimore, MD
PostgreSQL Training, Services, and 24x7 Support www.2ndQuadrant.com


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

Предыдущее
От: "Tomas Vondra"
Дата:
Сообщение: Re: PG performance issues related to storage I/O waits
Следующее
От: KONDO Mitsumasa
Дата:
Сообщение: Re: PG performance issues related to storage I/O waits