Re: Records Number

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Records Number
Date: 2009-03-17 14:39:58
Message-ID: 8596.1237300798@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thomas Kellerer <spam_eater(at)gmx(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ivano Luberti 2009-03-17 14:45:50 COPY command question
Previous Message Thomas Kellerer 2009-03-17 14:34:55 Re: Records Number