Extension Model
The extension points DortDB exposes and how they fit together.
Functions & Aggregates
Add functions, operators, aggregates, and casts as extensions.
Custom Index Types
Implement a secondary index or a hash-join index.
Optimizer Rules
Write a plan-rewrite rule for the rule-based optimizer.
Authoring a Language
The pieces required to add a whole new query language.