cmu-db / noisepage

Self-Driving Database Management System from Carnegie Mellon University
https://noise.page
MIT License
1.74k stars 503 forks source link

Create TPC-H tables with SQL instead of custom .schema format. #1092

Open lmwnshn opened 4 years ago

lmwnshn commented 4 years ago

We're still using SchemaReader for TPC-H benchmarks. Apart from the format being custom and the example files not checked into source, as far as I'm aware, we could just run SQL queries to create the relevant tables instead.

wuwenw commented 4 years ago

We can do it like here, but I haven't had time to make this change