Forum Discussion
VictorMed
1 year agoFrequent Visitor
Replicating TCP-DS Benchmark in Fabric
Hi All, I'm trying to replicate the TCP-DS performance test to compare the performance between Spark and DuckDB. Using the following repo on how to set up the dataset: GitHub - BlueGranite/tpc-d...
- 1 year ago
Finally generated the data using the TCP-DS Duck DB extension and saved them into parquets in my lakehouse
v-menakakota
1 year agoCommunity Support
Hi VictorMed ,
Thank you for reaching out to us on the Microsoft Fabric Community Forum.
Since spark.sql.perf is not available in Fabric’s built-in libraries, you can try manually. Try to do it manually in the fabric notebooks. Once the spark.sql.perf is present you can run TPC-DS Dataset.
If this post was helpful, please give us Kudos and consider marking Accept as solution to assist other members in finding it more easily.