coiled / benchmarks

BSD 3-Clause "New" or "Revised" License
28 stars 17 forks source link

[TPC-H] Add SQL-on-Dask projects #1304

Open hendrikmakait opened 8 months ago

hendrikmakait commented 8 months ago

As we've learned, translating SQL to pandas isn't trivial. Additionally, there is a large group of potential Dask users who know SQL but would not consider themselves very proficient in pandas (myself included). To capture this audience and understand how good/bad their experience would be, it would be nice to add one or several projects that run SQL on Dask to the TPC-H benchmarks. dask-sql and ibis are top-of-mind here.