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

Cache result of YdbDatabaseMetaDataImpl.tables() #8

Open
alex268 opened this issue Apr 25, 2023 · 0 comments
Open

Cache result of YdbDatabaseMetaDataImpl.tables() #8

alex268 opened this issue Apr 25, 2023 · 0 comments
Assignees

Comments

@alex268
Copy link
Member

alex268 commented Apr 25, 2023

Every call of getTables(), getColumns() or getIndexes() makes recursive scan of all table in all directories. We can use short-live cache for it, because usally all these calls are made in the same time (on application initialization etc.)

@alex268 alex268 self-assigned this Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant