listen from slave database

Поиск
Список
Период
Сортировка
От ChoonSoo Park
Тема listen from slave database
Дата
Msg-id CACgbiFvFNfSw49mHu_bBhbt_YbTferJm0jb7qvaHxe6=Snn_hw@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
Hi,

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

(...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


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

Предыдущее
От: Mauro Sérgio
Дата:
Сообщение: Mailing list pgbr-geral
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Where should I post 3rd party product announcements?