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

Enable multi-study study-view cache #10764

Merged
merged 2 commits into from
Apr 29, 2024
Merged

Enable multi-study study-view cache #10764

merged 2 commits into from
Apr 29, 2024

Conversation

kalletlak
Copy link
Member

Fix #10746

Copy link
Collaborator

@haynescd haynescd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link

sonarcloud bot commented Apr 22, 2024

Copy link
Member

@dippindots dippindots left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@inodb
Copy link
Member

inodb commented Apr 25, 2024

Let's wait for Aaron to look this over. We should also monitor the redis cache when we deploy this (how much does this increase the memory footprint? How often are we clearing existing keys etc)

@alisman
Copy link
Contributor

alisman commented Apr 29, 2024

@kalletlak @jjgao @inodb i think we limited it to single study queries because we worried about permutations of studies overwhelming cache. probably should have tried it first to see if there was a problem. anyway, we can merge this but we should perhaps monitor the cache for the public portal to see if this changes things dramatically

@inodb inodb added performance and removed feature labels Apr 29, 2024
@inodb inodb merged commit f38bc51 into master Apr 29, 2024
18 of 19 checks passed
@dippindots dippindots deleted the fix/10746 branch May 2, 2024 14:09
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.

Enable cache for multi-study sessions
5 participants