cmu-db / optd

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

feat: adaptive cost model functionality working #174

Closed wangpatrick57 closed 5 months ago

wangpatrick57 commented 5 months ago

Summary: We are now executing the query in DataFusion after getting the estimated cardinality, so the functionality of the adaptive cost model is working.

Demo: This is joblight 4a,4b,4c without --adaptive: Screenshot 2024-04-30 at 10 07 34

This is joblight 4a,4b,4c with --adaptive: Screenshot 2024-04-30 at 10 07 50

Details: