跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://ahvn.top/llms.txt

Use this file to discover all available pages before exploring further.

工作区 → 实体 → 路由 → 后端 → 处理器 → 结果。

1. 层次结构

  1. 实体与目录层Entity 定义、逻辑类型和用户可见的 Catalog 对象目录
  2. 路由层 — 字段级路由声明和路由解析引擎
  3. 后端层 — 可插拔的存储提供者和后端注册表
  4. 处理器层 — 按后端编译的操作特定执行单元

2. 查询编译

查询流程:QueryBuilder → 路由解析 → 处理器分发 → 执行与合并 使用 QueryBuilder.explain() 可在不执行的情况下检查路由、后端、策略和处理器决策。

Further Exploration

相关资源: