facebookincubator / velox

A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems.
https://velox-lib.io/
Apache License 2.0
3.27k stars 1.08k forks source link

Add TPCDS connector in Velox #9523

Open aditi-pandit opened 2 months ago

aditi-pandit commented 2 months ago

Discussed in https://github.com/facebookincubator/velox/discussions/8994

Originally posted by **majetideepak** March 6, 2024 We should implement a TPCDS connector in Velox to generate data and run benchmarks against it. The implementation stages would be similar to the TPCH connector. TPCDS dsdgen can also generate delta files. This can be used to test the Lakehouse formats such as Iceberg.
aditi-pandit commented 2 months ago

@pdabre12