On Sat, 2006-11-04 at 15:03 -0400, Tom Lane wrote: > Log Message: > ----------- > Add note about space usage of 'manual' approach to clustering, per > suggestion from Sergey Koposov. Also some other minor editing.
With regard to the space usage, I think we should mention that the space utilised is twice the size of the table on its tablespace, plus a temp sort file of the same size as the table. Space itself may not be an issue, but having space in exactly the right place might be. -- Simon Riggs EnterpriseDB http://www.enterprisedb.com ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
