[pgpool-general: 1436] postgresql node to other geographic region

Videanu Adrian videanuadrian at yahoo.com
Wed Feb 27 18:18:16 JST 2013


Hi all, i currently have a pgpool cluster (v 3.1.3) built from 3 nodes. 
First problem is that i have some apps that perform operations like this : 

1. insert one row (executes on node1)
2. select some info from previous insert (executes on node 1 or 2 or 3)  <- i guess that here is the problem because the commands are successive and i pgpool does not has enough time to replicate the data, and this query returns nothing. Also this behavior is random, sometimes works as expected sometimes not. 

3. perform some insert based on previous select.

I have "managed" this problem by reading and writing only from master node, and the other two nodes are used hot standby. I`m aware of the fact that if master fails only slave 2 will become master and the 3rd will not switch to node 2 as master.

So the second problem would be: 

how will pgpool behaves if i move that 3rd node to other geographic location and in a different subnet ?  I expect to have so downtimes to the order of seconds once in a while..

 
Regards,
Adrian Videanu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.sraoss.jp/pipermail/pgpool-general/attachments/20130227/06627178/attachment.html>


More information about the pgpool-general mailing list