forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: add p99 computed column and index to system.statement_statistics…
…, system.transaction_statistics Part of cockroachdb#98624. Follows cockroachdb#99042. This commit adds a new computed column (p99_latency) and partial index (p99_latency_idx) to the system.statement_statistics and system.transaction_statistics tables. The commit also increases the hard-coded fingerprint execution count for the flush benchmark to the maximum for in-memory statement stats that trigger a flush. Epic: none Release note: None
- Loading branch information
1 parent
b26b338
commit 6e4ca2d
Showing
10 changed files
with
477 additions
and
195 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.