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

@W-16008197: Fix for caching the metadata across connections #176

Merged
merged 8 commits into from
Jul 16, 2024

Conversation

KaviarasuSakthivadivel
Copy link
Collaborator

This commit resolves the caching problem that occurred when two different connections were used, resulting in the same metadata being retrieved due to caching based on the tenantUrl. The cacheKey used here is tenantUrl + metadata path.

vish689 and others added 8 commits June 19, 2024 10:37
Updating documentation by removing references to PreparedStatements
This commit resolves the caching problem that occurred when two different connections were used, resulting in the same metadata being retrieved due to caching based on the tenantUrl. The cache key has now been updated to include both the tenantUrl and data space for improved caching strategy.
…g the caching Key for metadata as tenantUrl + metadata path.
This commit resolves the caching problem that occurred when two different connections were used, resulting in the same metadata being retrieved due to caching based on the tenantUrl. The cacheKey used here is tenantUrl + metadata path.
@KaviarasuSakthivadivel KaviarasuSakthivadivel merged commit cd2fbca into master Jul 16, 2024
6 checks passed
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