analyzer/planner and clustered rows
Joseph Shraibman <jks@selectacast.net>
From: Joseph Shraibman <jks@selectacast.net>
To: pgsql-performance@postgresql.org
Date: 2004-04-29T23:09:09Z
Lists: pgsql-performance
How does the analyzer/planner deal with rows clustered together? Does it just assume that if this col is clustered on then the actual data will be clustered? What if the data in the table happens to be close together because it was inserted together originally?