> At some point it would also be nice to be able to mark tables as > read-only and then any indexes created on that table after that would > have a fillfactor of 100%. Then I'd be able to load the table, alter it > to be read-only, then add the appropriate indexes that are automatically > compacted.
If it's read-only, you might as well remove a number of the internal fields used for visibility as well. ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match