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: create and fill crdb_internal.node_transaction_statistics table #53759

Merged
merged 1 commit into from
Sep 7, 2020

Commits on Sep 4, 2020

  1. sql: create and fill crdb_internal.node_transaction_statistics table

    Previously there was no way to query the transaction level metrics
    collected by individual nodes. This patch adds this capability by
    exposing a new internal table called
    `crdb_internal.node_transaction_statistics` which is analagous to
    `crdb_internal.node_statement_statistics` albeit for transactions.
    
    Closes cockroachdb#53504
    
    Release justification: low risk update to new functionality
    Release note (sql change): A new crdb_internal table called
    `node_transaction_statistics` is exposed as part of this change,
    which allows users to query transaction metrics collected on a
    particular node.
    arulajmani committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    6cd7d15 View commit details
    Browse the repository at this point in the history