Comment 1971 added to page sql-cluster.html of version 7.4

From: nobody <nobody(at)developer(dot)pgadmin(dot)org>
To: pgsql-www(at)postgresql(dot)org
Subject: Comment 1971 added to page sql-cluster.html of version 7.4
Date: 2005-01-07 10:48:28
Message-ID: 200501071048.j07AmSFd006416@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Author: Milo Hyson <milo(at)cyberlifelabs(dot)com>
----
Clustering can correct situations where the query planner chooses the wrong method. We had a two-column table of about 25,000 rows with an index on the second column. Even after vacuuming and analyzing, the query planner estimated an index scan would take almost 8 times a long as a sequential scan. Forcing index usage proved otherwise. Clustering fixed the problem and even halved the query times.
----
Manual page: http://wwwmaster.postgresql.org/docs/7.4/interactive/sql-cluster.html
Reject: http://wwwmaster.postgresql.org/admin/comments.php?action=reject&id=1971
Edit: http://wwwmaster.postgresql.org/admin/comment-edit.php?id=1971
Delete: http://wwwmaster.postgresql.org/admin/comments.php?action=delete&id=1971

Browse pgsql-www by date

  From Date Subject
Next Message Dave Page 2005-01-07 11:12:07 Svr2 move and other stuff
Previous Message Magnus Hagander 2005-01-07 08:03:50 Bad link in mailinglist footer