Does the ANALYZE command have any downsides (except a slighty larger db)? If not, why is not executed by default?
|
feedback
|
|
Short answer: it may take more time to calculate than time saved. Unlike indices the ANALYZE-statistics are not kept up-to-date automatically when data is added or updated. You should rerun ANALYZE any time a significant amount of data has been added of updated. | |||
feedback
|