cmu-db / dbgym

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

Add CLI modules for PostgreSQL and TPC-H. #15

Closed lmwnshn closed 4 months ago

lmwnshn commented 4 months ago

This PR adds functionality for setting up the DBMS and obtaining benchmark data for Proto-X.

Some highlighted commands:

The file ./test/wan_test.sh demonstrates a complete run that includes (1) setting up the DBMS, (2) setting up TPC-H, (3) obtaining training data for Proto-X embeddings, (4) selecting the best Proto-X embedding.

lmwnshn commented 4 months ago

This PR assumes that #12 and #13 will merge first.