Another table/column has semi-current COUNTs?

From: Ozz Nixon <ozznixon(at)gmail(dot)com>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Another table/column has semi-current COUNTs?
Date: 2011-01-19 03:06:07
Message-ID: 88523CBF-9AEA-40E6-AD8E-BBBBE81A901E@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

A while back someone answered a question I was running into - poor performance on count(*) from a table which is constantly growing. The answer was like looking at oracle's V$ table - and I could get a semi-current count. (I do not need the exact count - just checking to make sure the table is growing).

Ozz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message raf 2011-01-19 03:15:08 Re: help understanding collation order
Previous Message raf 2011-01-19 02:34:43 Re: help understanding collation order