You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also from this comment: cockroachdb/cockroach#91763 (comment),
explain how a Statement Fingerprint ID can be used to query the crdb_internal.statement_statistics:
then on cli you can look for that fingerprint adding the \x at the start of the value like this: select * from crdb_internal.statement_statistics where fingerprint_id='\xe56448b12fbe7990';
or encoding the fingerprint column like this: select * from crdb_internal.statement_statistics where encode(fingerprint_id, 'hex')='e56448b12fbe7990';
Florence Morris (florence-crl) commented:
Page: https://cockroachlabs.com/docs/cockroachcloud/statements-page.html
What is the reason for your feedback?
[ X] Missing the information I need
[ ] Too complicated
[ ] Out of date
[ ] Something is broken
[ ] Other
Additional details
Refer to cockroachdb/cockroach#91763 (comment)
Hidden columns should be mentioned in the section for the Statements table: https://www.cockroachlabs.com/docs/cockroachcloud/statements-page.html#statements-table
Also from this comment: cockroachdb/cockroach#91763 (comment),
explain how a Statement Fingerprint ID can be used to query the
crdb_internal.statement_statistics
:Jira Issue: DOC-6180
The text was updated successfully, but these errors were encountered: