Re: Sending notifications from the master to the standby

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Sending notifications from the master to the standby
Дата
Msg-id 4F0F1D8E.2030009@agliodbs.com
обсуждение исходный текст
Ответ на Re: Sending notifications from the master to the standby  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
> Many people clearly do think this is useful.

It also comes under the heading of "avoiding surprising behavior".  That
is, users instinctively expect to be able to LISTEN on standbys, and are
surprised when they can't.

> I personally don't think it will be that complex. I'm willing to
> review and maintain it if the patch works the way we want it to.
> 

I think we need some performance testing for the review for it to be valid.

1) How does this patch affect the speed and throughput of LISTEN/NOTIFY
on a standalone server?

2) Can we actually attach more LISTENers to multiple standbys than we
could to a single Master?

Unfortunately, I don't have an application which can LISTEN in a way
which doesn't eclipse any differences in througput or response time we
would see on the DB side.  Does anyone?

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgbench post-connection command
Следующее
От: Jaime Casanova
Дата:
Сообщение: create index regression fail