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

Rearranges db metadata caching #59

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Rearranges db metadata caching #59

merged 1 commit into from
Aug 14, 2024

Conversation

havok2063
Copy link
Contributor

This PR closes #55. It moves the function to get database column metadata to the store, for other components to use. It also adds a refresh keyword to force a refresh of the db cache, and it's currently set to always on.

We can revisit later if this adds overhead, and possibly change to only refresh after some time-delta of staleness, or something.

@havok2063 havok2063 added the enhancement New feature or request label Aug 14, 2024
@havok2063 havok2063 self-assigned this Aug 14, 2024
@havok2063 havok2063 merged commit f1b5062 into main Aug 14, 2024
1 check passed
@havok2063 havok2063 deleted the dbcache branch September 10, 2024 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve db_info caching
1 participant