Re: PostgreSQL clustering VS MySQL clustering

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: PostgreSQL clustering VS MySQL clustering
Дата
Msg-id 41EFBF05.6000509@familyhealth.com.au
обсуждение исходный текст
Ответ на PostgreSQL clustering VS MySQL clustering  (Hervé Piedvache <herve@elma.fr>)
Ответы Re: PostgreSQL clustering VS MySQL clustering
Список pgsql-performance
> Is there any solution with PostgreSQL matching these needs ... ?

You want: http://www.slony.info/

> Do we have to backport our development to MySQL for this kind of problem ?
> Is there any other solution than a Cluster for our problem ?

Well, Slony does replication which is basically what you want :)

Only master->slave though, so you will need to have all inserts go via
the master server, but selects can come off any server.

Chris

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

Предыдущее
От: Jean-Max Reymond
Дата:
Сообщение: Re: PostgreSQL clustering VS MySQL clustering
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: