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

ui: combine read and written column into processed #83443

Merged
merged 1 commit into from
Jun 28, 2022

Conversation

maryliag
Copy link
Contributor

@maryliag maryliag commented Jun 27, 2022

Previously, Statement and Transaction pages had one
column for read and another for written rows, with
the written not being displayed by default.
This commit combine the two columns into one and display
by default on both Statement and Transactions page.

Fixes #78505

Screen Shot 2022-06-27 at 2 20 09 PM

https://www.loom.com/share/ee8c896b450445dcb449d8f1bce42adf

Release note (ui change): Combine columns rows read and rows
written on Statements and Transactions pages into a single
column called Rows Processed, which is displayed by default.

@maryliag maryliag requested a review from a team June 27, 2022 18:27
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Previously, Statement and Transaction pages had one
columnd for read and another for written rows, with
the written not being displayed by default.
This commit combine the two columns into one and display
by default on both Statement and Transactions page.

Release note (ui change): Combine columns rows read and rows
written on Statements and Transactions pages into a single
column called Rows Processed, which is displayed by default.
@maryliag
Copy link
Contributor Author

bors r+

@craig
Copy link
Contributor

craig bot commented Jun 28, 2022

Build succeeded:

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

Successfully merging this pull request may close these issues.

Show rows written/inserted as part of Statements and Transactions overview page by default
5 participants