anonymous wrote:
CLUSTER still does a full page scan although there are 0 dead rows on table.
That's not a bug. Keep in mind that the main purpose of CLUSTER is not
to remove dead tuples, but to reorder the rows.
--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com
--
Sent v
The following bug has been logged online:
Bug reference: 4487
Logged by: anonymous
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3
Operating system: BSD
Description:CLUSTER does not take account of VACUUM statistics
Details:
CLUSTER still does a full page s