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

SHOW TABLES hive slowdown as of v443 #23038

Closed
abridgett opened this issue Aug 14, 2024 · 2 comments
Closed

SHOW TABLES hive slowdown as of v443 #23038

abridgett opened this issue Aug 14, 2024 · 2 comments
Assignees

Comments

@abridgett
Copy link

e.g for 70000 tables (ahem!) this was taking 4.5s but now takes 35s.

This is often used by client UIs in addition to typical usage and so an optimised version is probably justified.

The root cause is that in #21114 the optimised "get_all_tables call was dropped in favor of reusing "get_table_meta". (We don't want to cache to avoid dirty reads).

@ebyhr
Copy link
Member

ebyhr commented Aug 14, 2024

cc: @dain

@ebyhr
Copy link
Member

ebyhr commented Nov 19, 2024

Let's continue at #24164

@ebyhr ebyhr closed this as not planned Won't fix, can't repro, duplicate, stale Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants