Skip to content

Commit

Permalink
sql-logical-optimization: add an entry for derive topN and limit (#18242
Browse files Browse the repository at this point in the history
)
  • Loading branch information
qiancai authored Aug 5, 2024
1 parent 131c86c commit 9d4d370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql-logical-optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ summary: 本章节介绍了 TiDB 查询计划的关键逻辑改写,包括子
- [分区裁剪](/partition-pruning.md)
- [TopN 和 Limit 下推](/topn-limit-push-down.md)
- [Join Reorder](/join-reorder.md)
- [从窗口函数中推导 TopN 或 Limit](/derive-topn-from-window.md)

0 comments on commit 9d4d370

Please sign in to comment.