cmu-db / dbgym

An end-to-end research vehicle for studying self-driving DBMSs.
MIT License
14 stars 1 forks source link

Integrated Boot into Proto-X #31

Closed wangpatrick57 closed 5 months ago

wangpatrick57 commented 5 months ago

Summary: Integrated Boot to accelerate the HPO and tuning loops of Proto-X

Demo: On TPC-H SF10, using Boot (image 1), Proto-X finds a configuration with a "Best Seen Metric" of 69.67s after ~1hr of tuning. Without Boot (image 2), Proto-X only finds a configuration with a "Best Seen Metric" of 103.10s after ~1hr of tuning. Note that "Best Seen Metric" refers to the total runtime of the last run of all 22 queries TPC-H. "Best Metric" is set to "Best Seen Metric" whenever a run has no timed-out queries. Both runs used the same hyperparameters and the same per-query timeout. Screenshot 2024-04-15 at 10 52 17 Screenshot 2024-04-15 at 10 54 26

Details: