awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • apache/pinotapache 的头像

    apache/pinot

    6,098在 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
    在 GitHub 上查看↗6,098
  • aarondfrancis/fast-paginateaarondfrancis 的头像

    aarondfrancis/fast-paginate

    1,367在 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
    在 GitHub 上查看↗1,367
  1. Home
  2. Data & Databases
  3. SQL Statement Parsing
  4. Query Rewriting
  5. Transparent

探索子标签

  • 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.