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: add option to enable/disable txn id cache #76523

Merged
merged 2 commits into from
Feb 16, 2022

Commits on Feb 16, 2022

  1. sql: move txnidcache's sync.Pool to be global variable

    Release note: None
    Azhng committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    cadf94e View commit details
    Browse the repository at this point in the history
  2. sql: add option to enable/disable txn id cache

    Resolves cockroachdb#76329
    
    Release note (sql change): when `sql.contention.txn_id_cache.max_size`
    is set to 0, it would effectively turn off transaction ID cache.
    Azhng committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    cb35150 View commit details
    Browse the repository at this point in the history