awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Query Caching · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesQuery Caching

Techniques for storing and retrieving previous database query results to reduce redundant execution and improve system performance.

Explore 2 awesome GitHub repositories matching education & learning resources · Query Caching. Refine with filters or upvote what's useful.

  1. Home
  2. Education & Learning Resources
  3. Educational Resources
  4. Systems & Applied Computing
  5. Infrastructure Architecture
  6. Distributed Systems & Scalability
  7. Caching Strategies
  8. Query Caching

Awesome Query Caching GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • donnemartin/system-design-primer

    donnemartin/system-design-primer

    335,906GitHubView on GitHub↗

    This repository is a comprehensive educational resource designed to help software engineers master large-scale system design and prepare for technical interviews. It provides a structured curriculum that covers the fundamental principles of distributed systems, backend engineering, and object-oriented design through a

    Cache expensive database query results to reduce redundant execution and boost overall system responsiveness.

    Pythondesigndesign-patternsdesign-system
  • redis/redis

    redis/redis

    73,096GitHubView on GitHub↗

    Redis is an in-memory, key-value database designed to provide sub-millisecond latency for read and write operations. It functions as a versatile data platform, serving as a distributed cache, a message broker, a NoSQL document store, and a vector database. The system utilizes an event-driven, single-threaded loop to pr

    Reduces redundant execution by storing previous query results in memory for near-instant retrieval.

    Ccachecachingdatabase