Re: multi-master pgbench?

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: multi-master pgbench?
Дата
Msg-id 20120822.062600.137650435740724096.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответ на Re: multi-master pgbench?  (David Fetter <david@fetter.org>)
Ответы Re: multi-master pgbench?
Re: multi-master pgbench?
Список pgsql-hackers
>> I am thinking about to implement "multi-master" option for pgbench.
>> Supose we have multiple PostgreSQL running on host1 and host2.
>> Something like "pgbench -c 10 -h host1,host2..." will create 5
>> connections to host1 and host2 and send queries to host1 and host2.
>> The point of this functionality is to test some cluster software which
>> have a capability to create multi-master configuration.
>> 
>> Comments?
> 
> To distinguish it from simply running separate pgbench tests for each
> host, would this somehow test propagation of the writes?  Such a thing
> would be quite useful, but it seems at first glance like a large
> project.

What does "propagation of the writes" mean?
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp



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

Предыдущее
От: Mathieu Fenniak
Дата:
Сообщение: restartpoints stop generating on streaming-replication slave
Следующее
От: Gavin Flower
Дата:
Сообщение: Re: temporal support patch