Brian McCane <[EMAIL PROTECTED]> writes: > Would I possibly see another performance boost if I rebuilt the > indexes involved like I used to in 7.1.3? I still have the Perl script > sitting around here some place, but assumed from things said by you and > Bruce in the past few months about 7.2.x that it wouldn't be necessary > anymore. I guess I'll give it a try this weekend and see what happens.
An occasional index rebuild (using either REINDEX or DROP/CREATE INDEX) is still worth doing for heavily updated tables, especially if the range of indexed values changes over time. That'll remain true until someone gets around to teaching btree indexes how to collapse out free space... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])