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

feat: add service for query cache results #17781

Merged
merged 3 commits into from
Mar 14, 2025

Conversation

miketheman
Copy link
Member

Using Redis as a backing store for serialized results of longer, expensive queries that can be computed periodically, and then used in a client-facing operation where the query would take to long inline.

Using Redis as a backing store for serialized results of longer,
expensive queries that can be computed periodically, and then used in a
client-facing operation where the query would take to long inline.

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
@miketheman miketheman requested a review from a team as a code owner March 14, 2025 16:39
@miketheman
Copy link
Member Author

I also briefly looked at https://dogpilecache.sqlalchemy.org/ - that seemed a little heavyweight for this purpose, but might be worth exploring at some point? 🤔

that'll teach me to resolve conflicts in the browser...
@miketheman miketheman merged commit 055c36e into pypi:main Mar 14, 2025
20 checks passed
@miketheman miketheman deleted the miketheman/add-db-results-cache branch March 14, 2025 20:45
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.

None yet

2 participants