Skip to content

Commit

Permalink
Fix nit. (cockroachdb#14661)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanie Bodoff authored Aug 1, 2022
1 parent 7dc4a51 commit a4a6b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v22.1/crdb-internal.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Table name | Description| Use in production
`table_row_statistics` | Contains row count statistics for tables in the current database.| ✗
`tables` | Contains information about tables in your cluster.| ✗
[`transaction_contention_events`](#transaction_contention_events)| Contains information about historical transaction contention events. | ✓
[`transaction_statistics`](#transaction_statistics) | Aggregates in-memory and persisted [statistics](ui-transactions-page.html#transaction-statistics) from `system.transaction_statistics` within hourly time intervals based on UTC time, rounded down to the nearest hour. To reset the statistics call `SELECT crdb_internal.reset_sql_stats()`.| ✓
[`transaction_statistics`](#transaction_statistics) | Aggregates in-memory and persisted [statistics](ui-transactions-page.html#transaction-statistics) from `system.transaction_statistics` within hourly time intervals based on UTC time, rounded down to the nearest hour. To reset the statistics, call `SELECT crdb_internal.reset_sql_stats()`.| ✓
`zones` | Contains information about [zone configurations](configure-replication-zones.html) in your cluster.| ✗

## List `crdb_internal` tables
Expand Down

0 comments on commit a4a6b0a

Please sign in to comment.