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

Enhance Query Caching for Repeated Queries #24002

Open
T-Ezzoury opened this issue Nov 11, 2024 · 0 comments
Open

Enhance Query Caching for Repeated Queries #24002

T-Ezzoury opened this issue Nov 11, 2024 · 0 comments

Comments

@T-Ezzoury
Copy link

Description: In some use cases, users often re-execute similar queries. Implementing an enhanced caching mechanism for frequent queries could help reduce response times and resource usage.

Expected Behavior: Query results should be cached for a specified duration, allowing repeated queries to retrieve results quickly without re-execution.

Potential Solutions: Implement a memory-based cache with configurable expiration and support for invalidation triggers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant