Re: Cluster/Replication

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



cho wrote:
Le Fri, 19 Oct 2007 12:43:40 -0400, Sean Brown a écrit :
Have a look at pgpool-I or pgpool-II in replication mode. Pgpool proxies SQL requests, so that requests on one server are replayed on the other. pgpool-I is limited to two nodes, whereas pgpool-II is not. Latency is important for write performance. You can do failover, you just need to detect by yourself when one node is dead.

There is also PITR recovery, but as it batches the transaction logs you may lose a bit of data (up to a configured data size / duration).

PITR does not allow for the 'slave' server to be on-line, meaning you can't do SELECTs on the slave while shipping WALs.

   Mike

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

              http://archives.postgresql.org

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux