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

Call through to loadRecords from the MemoryCache to the SQL one #5848

Merged
merged 1 commit into from Apr 29, 2024

Conversation

BoD
Copy link
Contributor

@BoD BoD commented Apr 24, 2024

A followup to #5840, this calls through to the chained cache's loadRecords.

Thanks @eduardb for noticing this!

This will result in using SELECT ... WHERE IN ... instead of 1 SELECT per key. Will run benchmarks to try and see if we see perf improvements.

@BoD BoD requested a review from martinbonnin as a code owner April 24, 2024 16:37
Copy link

netlify bot commented Apr 24, 2024

Deploy Preview for apollo-android-docs canceled.

Name Link
🔨 Latest commit 0e38695
🔍 Latest deploy log https://app.netlify.com/sites/apollo-android-docs/deploys/662935696abaab000875c4c8

@BoD BoD merged commit 7d5c7c7 into main Apr 29, 2024
9 checks passed
@BoD BoD deleted the memory-cache-loadrecords branch April 29, 2024 09:22
BoD added a commit that referenced this pull request Apr 29, 2024
BoD added a commit that referenced this pull request Apr 29, 2024
(cherry picked from commit 7d5c7c7)
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

Successfully merging this pull request may close these issues.

None yet

2 participants