cmu-db / optd

CMU-DB's Cascades optimizer framework
https://cmu-db.github.io/optd/
MIT License
383 stars 22 forks source link

refactor(core): rm option around cost models #243

Closed skyzh closed 1 week ago

skyzh commented 2 weeks ago

Option was introduced during a transition time where we thought cost model can compute the cost solely based on the children cost but it turned out that we need the optimizer for a few derived logical properties. We can drop them now.