Skip to content
Discussion options

You must be logged in to vote

can you provide additional information about @StatisticsModificationLevel parameter?

Let's first look at the documentation.
https://ola.hallengren.com/sql-server-index-and-statistics-maintenance.html#StatisticsModificationLevel

"Specify a percentage of modified rows for when the statistics should be updated. Statistics will also be updated when the number of modified rows has reached a decreasing, dynamic threshold, SQRT(number of rows * 1000)."

The lower you set this parameter, the more frequent the statistics will be updated (and the longer the job will take). So this is a balance.

As a reference, you can read about the threshold for auto-update-statistics.
https://techcommunity.micro…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@olahallengren

This comment has been hidden.

@pasqualeceglie
Comment options

Answer selected by pasqualeceglie
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants