Re: High Availability, Load Balancing, and Replication Feature Matrix

Поиск
Список
Период
Сортировка
От Markus Schiltknecht
Тема Re: High Availability, Load Balancing, and Replication Feature Matrix
Дата
Msg-id 47402FE2.5000707@bluegap.ch
обсуждение исходный текст
Ответ на Re: High Availability, Load Balancing, and Replication Feature Matrix  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: High Availability, Load Balancing, and Replication Feature Matrix  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
Hello Bruce,

Bruce Momjian wrote:
> Uh, I think of PgCluster as multi-master, but in a way it is a hybrid
> because there is a central server that gets all the queries.

Yes, PgCluster as well as Sequoia use statement based replication.
Sequoia is also clearly a middleware (no changes to Postgres needed).

Both suffer from the limitations you describe in "statement based
replication middleware". AFAICT Sequoia does quite well in circumventing
those. (Heck, it even tries to masquerade differences between database
systems, so you can keep a Postgres database in sync with a MySQL one.)

Depending on the RAIDb level you are using, Sequoia can be considered
multi-master (RAIDb-1) or single-master (RAIDb-0). Also note that
sequoia can run multiple controllers, thus it does not rely on one
central server.

So, at least Sequoia is clearly a hybrid, in between your definitions of
"statement based replication middleware" and "synchronous multi-master
replication". Depending on how "middleware" you consider PgCluster, it's
also a hybrid. Certainly it does statement based replication.

Regards

Markus


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

Предыдущее
От: theo@flame.co.za (Theo Kramer)
Дата:
Сообщение: Re: [pgsql-advocacy] Avoiding upgrade backlash
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: High Availability, Load Balancing, and Replication Feature Matrix