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

Avoid OOM when reads information_schema.columns #17554

Open
wjhuang2016 opened this issue Jun 1, 2020 · 2 comments
Open

Avoid OOM when reads information_schema.columns #17554

wjhuang2016 opened this issue Jun 1, 2020 · 2 comments
Labels
epic/memory-management sig/sql-infra SIG: SQL Infra type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@wjhuang2016
Copy link
Member

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

See also https://asktug.com/t/topic/34457
If there are too many tables in the database, the memory usage is very high and it's easy to cause OOM.

@wjhuang2016 wjhuang2016 added the type/bug The issue is confirmed as a bug. label Jun 1, 2020
@fzhedu
Copy link
Contributor

fzhedu commented Jun 17, 2020

see #17200
#16572

@SunRunAway SunRunAway added the sig/sql-infra SIG: SQL Infra label Jun 18, 2020
@SunRunAway
Copy link
Contributor

It's neither related to #17200 nor #16572.

We could have a good implementation of the memory table information_schema.columns to avoid OOM.

@wjhuang2016 wjhuang2016 added type/feature-request Categorizes issue or PR as related to a new feature. and removed severity/minor type/bug The issue is confirmed as a bug. labels Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic/memory-management sig/sql-infra SIG: SQL Infra type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

5 participants