voltrondata-labs / arrowbench

R package for benchmarking
Other
13 stars 9 forks source link

Let me use DuckDB with sql #64

Closed jonkeane closed 2 years ago

jonkeane commented 2 years ago

This adds functionality to query SQL backends with the SQL-based TPC-H queries. Specifically, it adds a "duckdb_sql" engine that can be driven by parquet files or by native in-memory tables.

Left for future work is factoring out the input setup to make it easier to run one-off TPC-H queries.

jonkeane commented 2 years ago

@paleolimbot Would you mind taking a look at this when you get a chance?