cmu-db / optd

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

Tracking: Which TPC-H queries can be run? #184

Open jurplel opened 2 months ago

jurplel commented 2 months ago

Related: #11, #68, #127

Ran with no datafusion optimizations (all of our own optimizations)

Tests were done for whether or not the query works with perfbench. Query result may be incorrect, but it compiles and runs

skyzh commented 1 week ago

also note that we didn't test if the query plan we generated is correct -- for now it is possible that we generated a plan that doesn't run in DF, or generates wrong result.