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: fix inefficient memory usage for SHOW CREATE ALL TABLES #10135

Closed
jseldess opened this issue Mar 23, 2021 · 0 comments · Fixed by #10249
Closed

sql: fix inefficient memory usage for SHOW CREATE ALL TABLES #10135

jseldess opened this issue Mar 23, 2021 · 0 comments · Fixed by #10249
Assignees
Labels
C-product-change P-1 High priority; must be done this release
Milestone

Comments

@jseldess
Copy link
Contributor

PR: cockroachdb/cockroach#61127

From release notes:

SHOW CREATE ALL TABLES is updated to be more memory efficient, however this should still not be run on a database with an excessive number of tables. Users should not run this on a database with more than 10000 tables (arbitrary but tested number). [#61127][#61127] {% comment %}doc{% endcomment %}

@jseldess jseldess added this to the 21.1 milestone Mar 23, 2021
@jseldess jseldess added the A-sql label Mar 23, 2021
@ericharmeling ericharmeling self-assigned this Apr 1, 2021
@ericharmeling ericharmeling added the P-1 High priority; must be done this release label Apr 1, 2021
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