Re: Replication

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: Replication
Дата
Msg-id 1156325823.2961.9.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Replication  (Fujii Masao <fujii.masao@oss.ntt.co.jp>)
Ответы Re: Replication
Список pgsql-hackers
Ühel kenal päeval, E, 2006-08-21 kell 21:46, kirjutas Fujii Masao:
> Stefan Kaltenbrunner wrote:
> > It is however async replication so you can loose data commited on the
> > master but not yet replicated to the slaves in case you loose the master
> >  completely.
> 
> Yes, here is an insufficient point of Slony-I, i think.
> Most systems will not permit the committed data to be lost, so use is limited.

But any sync _replication_ system will have severe impact on
performance. My guess is that for a full sync replication, going from 1
server to 2 will actually lower performance andsome small gains would be
possible only starting from 3rd server. 

This has nothing to do with postgreSQL, but is just due to latencies of
memory, disk and network and the need to do remote locking.

My quess is based on using standard 100Gb ethernet. It may be possible
to do better on some more advanced interconnects like myrinet.


-- 
----------------
Hannu Krosing
Database Architect
Skype Technologies OÜ
Akadeemia tee 21 F, Tallinn, 12618, Estonia

Skype me:  callto:hkrosing
Get Skype for free:  http://www.skype.com



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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Tricky bugs in concurrent index build
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Enum proposal / design