awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesTransparent

Intercepts incoming queries and automatically redirects them to appropriate materialized views.

Distinct from Query Rewriting: Distinct from Query Rewriting: focuses on the transparent redirection to pre-aggregated views, not general sharding-based rewriting.

Explore 2 awesome GitHub repositories matching data & databases · Transparent. Refine with filters or upvote what's useful.

Awesome Transparent GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • apache/pinotAvatar apache

    apache/pinot

    6,098Vezi pe GitHub↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Automatically redirects queries to pre-aggregated materialized views to improve performance without user intervention.

    Java
    Vezi pe GitHub↗6,098
  • aarondfrancis/fast-paginateAvatar aarondfrancis

    aarondfrancis/fast-paginate

    1,367Vezi pe GitHub↗

    Fast-paginate is a database utility designed to optimize pagination performance in PHP and Laravel applications. It functions as a transparent layer that intercepts standard query builders to replace default pagination logic with more efficient retrieval strategies, specifically targeting large-scale datasets where traditional offset and limit operations can become resource-intensive. The library distinguishes itself by implementing deferred join techniques, which retrieve only primary keys in an initial subquery before fetching full records to minimize data scanning. It further improves resp

    Intercepts standard query builders to transparently replace pagination logic while maintaining compatibility with existing method signatures.

    PHPlaravelpagination
    Vezi pe GitHub↗1,367
  1. Home
  2. Data & Databases
  3. SQL Statement Parsing
  4. Query Rewriting
  5. Transparent

Explorează sub-etichetele

  • Query InterceptorsWraps database query builders to transparently replace pagination logic while maintaining compatibility with existing method signatures. **Distinct from Transparent:** Distinct from Transparent: focuses on the architectural wrapping of query builders for pagination, not redirection to materialized views.