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

cluster-ui: add index count col to db details #132604

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

xinhaoz
Copy link
Member

@xinhaoz xinhaoz commented Oct 14, 2024

This commit adds the 'Indexes' column to the v2 db
details page, which lists the table's index count.

Additionally, we add 1 to the index count retrieved
in the table metadata batch iterator to account for
the primary index. This value previously represented
only secondary indexes.

Epic: CRDB-37558

Release note: None

@xinhaoz xinhaoz requested a review from a team as a code owner October 14, 2024 20:13
@xinhaoz xinhaoz requested review from angles-n-daemons and removed request for a team October 14, 2024 20:13
@cockroach-teamcity
Copy link
Member

This change is Reviewable

This commit adds the 'Indexes' column to the v2 db
details page, which lists the table's index count.

Additionally, we add 1 to the index count retrieved
in the table metadata batch iterator to account for
the primary index. This value previously represented
only secondary indexes.

Epic: CRDB-37558

Release note: None
@xinhaoz
Copy link
Member Author

xinhaoz commented Oct 14, 2024

image

@xinhaoz
Copy link
Member Author

xinhaoz commented Oct 14, 2024

tftr!
bors r+

@craig craig bot merged commit 12200c7 into cockroachdb:master Oct 14, 2024
23 checks passed
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.

3 participants