-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alex Chi Z <[email protected]>
- Loading branch information
Showing
3 changed files
with
66 additions
and
33 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,68 @@ | ||
# Summary | ||
|
||
# The Core Framework | ||
# optd book | ||
|
||
- [Optimizer](./optimizer.md) | ||
- [Plan Representation](./plan_repr.md) | ||
- [Rule Engine](./rule_engine.md) | ||
- [Cost Model](./cost_model.md) | ||
- [Properties](./properties.md) | ||
[Intro to optd]() | ||
- [The Core]() | ||
- [Plan Representation]() | ||
- [Memo Table]() | ||
- [Cascades Framework]() | ||
- [Rule IR and Matcher]() | ||
- [Cost and Statistics]() | ||
- [Logical Properties]() | ||
- [Physical Properties and Enforcers]() | ||
- [Subgoals and Winner Representation]() | ||
- [Exploration Budget]() | ||
- [Heuristics Optimizer]() | ||
- [Integration with Datafusion]() | ||
- [Datafusion Plan Representation]() | ||
- [Datafusion Bridge]() | ||
- [Rule Engine and Rules]() | ||
- [Basic Cost Model]() | ||
- [Logical and Physical Properties]() | ||
- [Optimization Passes]() | ||
- [Miscellaneous]() | ||
- [Explain]() | ||
- [Research]() | ||
- [Partial Exploration and Re-Optimization]() | ||
- [Advanced Cost Model]() | ||
- [The Hyper Subquery Unnesting Ruleset]() | ||
- [Testing and Benchmark]() | ||
- [sqlplannertest]() | ||
- [sqllogictest]() | ||
- [perfbench]() | ||
- [Debugging and Tracing]() | ||
- [optd-core Tracing]() | ||
- [Memo Table Visualization]() | ||
- [Optimizer Dump]() | ||
- [Contribution Guide]() | ||
- [Install Tools]() | ||
- [Contribution Workflow]() | ||
- [Add a Datafusion Rule]() | ||
- [What's Next]() | ||
- [Ideas]() | ||
- [RFCs]() | ||
--- | ||
|
||
# Integration | ||
|
||
- [Apache Arrow Datafusion](./datafusion.md) | ||
|
||
# Adaptive Optimization | ||
|
||
- [Re-optimization](./reoptimization.md) | ||
- [Partial Exploration](./partial_exploration.md) | ||
|
||
# Demo | ||
|
||
- [Three Join Demo](./demo_three_join.md) | ||
- [TPC-H Q8 Demo](./demo_tpch_q8.md) | ||
|
||
# Performance Benchmarking | ||
- [Cost Model Cardinality Benchmarking](./cost_model_benchmarking.md) | ||
|
||
# Functional Testing | ||
|
||
- [SQLPlannerTest](./sqlplannertest.md) | ||
- [Datafusion CLI](./datafusion_cli.md) | ||
|
||
# Miscellaneous | ||
|
||
- [Miscellaneous](./miscellaneous.md) | ||
# DEPRECATED | ||
- [old optd book]() | ||
- [Core Framework]() | ||
- [Optimizer](./optimizer.md) | ||
- [Plan Representation](./plan_repr.md) | ||
- [Rule Engine](./rule_engine.md) | ||
- [Cost Model](./cost_model.md) | ||
- [Properties](./properties.md) | ||
- [Integration]() | ||
- [Apache Arrow Datafusion](./datafusion.md) | ||
- [Adaptive Optimization]() | ||
- [Re-optimization](./reoptimization.md) | ||
- [Partial Exploration](./partial_exploration.md) | ||
- [Demo]() | ||
- [Three Join Demo](./demo_three_join.md) | ||
- [TPC-H Q8 Demo](./demo_tpch_q8.md) | ||
- [Performance Benchmarking]() | ||
- [Cost Model Cardinality Benchmarking](./cost_model_benchmarking.md) | ||
- [Functional Testing]() | ||
- [SQLPlannerTest](./sqlplannertest.md) | ||
- [Datafusion CLI](./datafusion_cli.md) | ||
- [Miscellaneous](./miscellaneous.md) |