Re: Please implement simple failover scenario

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Please implement simple failover scenario
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B17D41ACC@ntex2010a.host.magwien.gv.at
обсуждение исходный текст
Ответ на Please implement simple failover scenario  (Enrico Olivelli - Diennea <enrico.olivelli@diennea.com>)
Ответы R: Please implement simple failover scenario
Список pgsql-jdbc
Enrico Olivelli - Diennea wrote:
> we are going to switch from Oracle to PostgreSQL and we would like to setup a simple hot-standby/warm-
> standby replication scenario.
> 
> Actually your JDBC driver does not have native support for failover to the slave host.

Why don't you implement that on a lower level with virtual IP addresses?

You could configure failover so that a certain IP address always points
to the current master. That way you only have to reestablish the connection
when it fails.

Yours,
Laurenz Albe

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

Предыдущее
От: Enrico Olivelli - Diennea
Дата:
Сообщение: Disk buffering of resultsets
Следующее
От: Enrico Olivelli - Diennea
Дата:
Сообщение: R: Please implement simple failover scenario