Re: pgmemcache

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgmemcache
Дата
Msg-id 2847.1144975434@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgmemcache  (PFC <lists@peufeu.com>)
Ответы Re: pgmemcache  (Christian Storm <christian.storm@gmail.com>)
Список pgsql-performance
PFC <lists@peufeu.com> writes:
>     I guess AFTER COMMIT triggers would be like a NOTIFY, but more powerful.

I'll let you in on a secret: NOTIFY is actually a before-commit
operation.  This is good enough because it never, or hardly ever,
fails.  I would argue that anything you want to do in an AFTER COMMIT
trigger could just as well be done in a BEFORE COMMIT trigger; if that's
not reliable enough then you need to fix your trigger.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Blocks read for index scans
Следующее
От: "patrick keshishian"
Дата:
Сообщение: Re: pg 7.4.x - pg_restore impossibly slow