"Carlos Oliva" <[EMAIL PROTECTED]> writes: > In the mean time maybe I can ask you: Does VACUUM FULL ANALYZE of a > database would also reindex the user indexes of a database? I am trying to > eliminate index bloating.
VACUUM FULL not only doesn't do a REINDEX for you, it's more likely to
bloat the indexes than shrink them.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
