Search Postgresql Archives

listen from slave database

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

 



Hi,

I know I can't use "listen" from  streaming slave database. 

From the document (http://www.postgresql.org/docs/9.3/static/hot-standby.html), 
(...Transactions started during hot standby will never be assigned a transaction ID and cannot write to the system write-ahead log. Therefore, the following actions will produce error messages:....)

My application must subscribe to the master database always because "listen" doesn't work on slave database and also run "READ" query in the master database because there could be some delay between master & slave database. If I run "READ" query in the slave database immediately after receiving notification, it is not guaranteed that I can retrieve the last stats. 

This problem might be solved if slave database supports "LISTEN" query.

How are you guys using NOTIFY/LISTEN in master/slave databases? 

Thank you,
Choon Park



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux