reltuples value less than rows in the table. - Mailing list pgsql-performance

From parul
Subject reltuples value less than rows in the table.
Date
Msg-id 1314180276903-4729917.post@n5.nabble.com
Whole thread Raw
Responses Re: reltuples value less than rows in the table.
List pgsql-performance
I have a index in a table. The value of the reltuples value in the pg_class
table for this index is less than the number of rows in the table where the
index is present.
For eg. if i have 800 rows in the table , the reltuples in the pg_class for
the index show the value as 769.
What are the scenarios under which this kind of behaviour occurs?
Also iam not able to execute the queries involving the indexed column in the
where clause.
Please suggest the probable cause for this.
Also if i do a reindex on the table, the reltuple values updates to the
current no. of rows ie. 800.

--
View this message in context:
http://postgresql.1045698.n5.nabble.com/reltuples-value-less-than-rows-in-the-table-tp4729917p4729917.html
Sent from the PostgreSQL - performance mailing list archive at Nabble.com.

pgsql-performance by date:

Previous
From: David Rees
Date:
Subject: Re: Intel 320 SSD info
Next
From: MirrorX
Date:
Subject: Re: How to track number of connections and hosts to Postgres cluster