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

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

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

1 个仓库

Awesome GitHub RepositoriesPluggable Rules

Optimizer rules that can be extended or injected via custom logic.

Distinct from Rule-Based Plan Optimizations: Distinct from Rule-Based Plan Optimizations by focusing on the pluggable/extensible nature of the rules rather than the application of a fixed set.

Explore 1 awesome GitHub repository matching data & databases · Pluggable Rules. Refine with filters or upvote what's useful.

Awesome Pluggable Rules GitHub Repositories

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

    apache/calcite

    5,139在 GitHub 上查看↗

    Calcite 是一个用于解析、优化并将 SQL 查询转换为关系代数以在不同数据源上执行的框架。它既是一个跨源查询引擎,也是一个 SQL 解析库和关系代数优化器。 该项目提供了一个基于成本的优化引擎,利用可插拔规则将逻辑查询计划转换为高效的物理执行计划。它利用转换适配器将标准 SQL 请求转换为外部数据库和消息系统的原生格式,从而实现异构存储系统之间的数据联邦。 该系统涵盖了完整的查询生命周期,包括 SQL 解析和模式验证、将表达式转换为代数运算符,以及选择高效的执行计划。它还包含一个用于执行查询和管理数据源连接的命令行界面。

    Allows the query transformation process to be extended by injecting custom logic into the optimization pipeline.

    Java
    在 GitHub 上查看↗5,139
  1. Home
  2. Data & Databases
  3. Query Plan Optimizations
  4. Rule-Based Plan Optimizations
  5. Pluggable Rules