Re: DRDB?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: DRDB?
Дата
Msg-id 200506280247.43502.peter_e@gmx.net
обсуждение исходный текст
Ответ на DRDB?  ("Martin Fandel" <martin.fandel@alphyra-evs.de>)
Список pgsql-admin
Martin Fandel wrote:
> Which is the best solution? (Slony, DRDB, WAL or something else?)

Slony is a master/slave replication system that can improve overall read
performance.  DRBD gives you a hot stand-by system.  Both of these are
completely different goals, which can be implemented complementarily.

A WAL-based replication gives you about the same effect as a DRBD
replication, but with DRBD you pass on all the responsibility to the
operating system.  One guy at LinuxTag told be he manages his DRBD
pairs using Linux virtual servers, which would mean that on some level
you don't even notice that you have two machines running instead of
one.  If have yet to figure that out, but it sounds quite nice.

Btw., it was probably me who told you about DRBD, but I didn't make that
up myself.  A lot of people are currently using it.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Enzo D'addario
Дата:
Сообщение: vacuum taking longer over time
Следующее
От: Alberto
Дата:
Сообщение: pg_dump -Fc does not dump indexes