Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: bump default value for sql.stats.persisted_rows.max #69667

Merged
merged 1 commit into from
Sep 1, 2021

Commits on Aug 31, 2021

  1. sql: bump default value for sql.stats.persisted_rows.max

    Previsouly, sql.stats.persisted_rows.max has a default value
    of 10,000 rows. This is significantly lower than even the
    in-memory fingerprint count limits (100,000 entries).
    This commit bumps the default value for sql.stats.persisted_rows.max
    to 1,000,000 rows. With average row size = 1 KiB, this is equivalent
    of 1 GiB limit for system.statement_statistics and
    system.transaction_statistics tables respectively.
    
    Release justification: Bug fixes and low-risk updates to new
    functionality
    
    Release note (sql change): sql.stats.persisted_rows.max's default
    value is now 1,000,000.
    Azhng committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    f5fa035 View commit details
    Browse the repository at this point in the history