Re: Records Number

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Records Number
Дата
Msg-id 8596.1237300798@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Records Number  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-general
Thomas Kellerer <spam_eater@gmx.net> writes:
> Can a trigger solution really give an accurate count in a concurrent insert/delete scenario?

In principle yes, but AFAIK no one has really coded it up in full
detail.  See the design that was hashed out in some previous
mailing-list thread, involving delta-count records entered into
a tracking table by each transaction that inserts or deletes.

            regards, tom lane

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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: Records Number
Следующее
От: Ivano Luberti
Дата:
Сообщение: COPY command question