facebookincubator / velox

A composable and fully extensible C++ execution engine library for data management systems.
https://velox-lib.io/
Apache License 2.0
3.53k stars 1.16k forks source link

Add TPCDS connector in Velox #9523

Open aditi-pandit opened 7 months ago

aditi-pandit commented 7 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 7 months ago

@pdabre12