This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(core): separate cost model and stat estimation (#209)
part of https://github.com/cmu-db/optd/issues/195 * also refactors the adv-cost crate to purely support cardinality estimation * rewrite optimize input task to reduce dead code (which might have some effect on the plan output?) * use `cargo run -p optd-sqlplannertest --bin planner_test_apply -- --enable-advanced-cost-model` to experiment with the advanced cost model --------- Signed-off-by: Alex Chi <[email protected]>
- Loading branch information