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

Feedback: Statements Page #15607

Closed
florence-crl opened this issue Nov 11, 2022 · 2 comments
Closed

Feedback: Statements Page #15607

florence-crl opened this issue Nov 11, 2022 · 2 comments
Assignees

Comments

@florence-crl
Copy link
Contributor

florence-crl commented Nov 11, 2022

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:

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';

Jira Issue: DOC-6180

@maryliag
Copy link

There was an issue for this, but shows as closed (maybe by accident?): #14960

@maryliag
Copy link

To clarify, these changes are valid for both Statements and Transactions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants