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

sql: improve SHOW TABLES to show row count #8158

Closed
lnhsingh opened this issue Aug 26, 2020 · 0 comments · Fixed by #8584
Closed

sql: improve SHOW TABLES to show row count #8158

lnhsingh opened this issue Aug 26, 2020 · 0 comments · Fixed by #8584
Assignees
Labels
C-product-change P-1 High priority; must be done this release
Milestone

Comments

@lnhsingh
Copy link
Contributor

PR: cockroachdb/cockroach#52203

From release notes:

Modified SHOW TABLES to return estimates of the number of rows in each table. The new column's name is estimated_row_count. The number of rows is taken from the system.table_statistics table (via crdb_internal.table_row_statistics, which shows only tables accessible to the current user). [#52203][#52203] {% comment %}doc{% endcomment %}

@lnhsingh lnhsingh added this to the 20.2 milestone Aug 26, 2020
@lnhsingh lnhsingh added the A-sql label Aug 27, 2020
@ericharmeling ericharmeling added the P-1 High priority; must be done this release label Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-product-change P-1 High priority; must be done this release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants