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

[#4089] fix(hive catalog): the problem of slow acquisition of hive table list #5439

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Nov 4, 2024

What changes were proposed in this pull request?

the problem of slow acquisition of hive table list.
Using listTableNamesByFilter replace the getTableObjectsByName method.

Why are the changes needed?

I found that list-table will takes 300s when a schema has 5000 tables .

Fix: #4089

Does this PR introduce any user-facing change?

no

How was this patch tested?

Manual testing

…ble list (#4469)

### What changes were proposed in this pull request?

the problem of slow acquisition of hive table list.
Using listTableNamesByFilter replace the getTableObjectsByName method.


### Why are the changes needed?

I found that list-table will takes 300s when a schema has 5000 tables .

Fix: #4089 

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

Manual testing

---------

Co-authored-by: ericqin <[email protected]>
Co-authored-by: mchades <[email protected]>
@jerryshao jerryshao merged commit ab73ac6 into branch-0.7 Nov 4, 2024
23 of 26 checks passed
@jerryshao jerryshao deleted the cherry-pick-branch-0.7-6d05ec4b8bf278c2dd7a36af35589f07b220fcab branch November 4, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants