2 unstable releases
| 0.1.1 | Nov 8, 2024 |
|---|---|
| 0.0.0 | Feb 25, 2024 |
#2 in #database-optimization
105 downloads per month
Used in 5 crates
340KB
8K
SLoC
optd
Query Optimizer Service.
Get Started
To interact with the CLI, run
cargo run -p optd-cli
Structure
optd/core: The core optimizer implementation (IR, properties, rules, cost model, cardinality estimation).optd/catalog: A persistent catalog implementation.connectors/datafusion: Utilities needed to use optd in DataFusion.cli: command line interface based ondatafusion-cli.
Dependencies
~41MB
~606K SLoC