Skip to content

BlueGranite/tpc-ds-dataset-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tpc-ds-dataset-generator

This project contains notebooks that are used to generate TPC-DS datasets using the Databricks performance testing framework for Spark SQL (spark-sql-perf). The framework can be used for running various performance tests, but the motivation for this project was the generation of TPC-DS data.

TPC-DS is an industry benchmark, but the dataset is also useful for POCs, demos, and performance testing. An advantage to the TPC-DS generator is that it supports datasets ranging in size from 1GB to 100TB. The data is modeled as a star schema with some snowflake tables.

TPC-DS scales

The stock TPC-DS generator only supports delimited files. spark-sql-perf adds the following features:

  • Additional file formats such as parquet
  • File partitioning
  • Database creation with optional statistics collection

Follow the instructions in the TPC-DS-Configure notebook to prepare the cluster. Then you can use the TPC-DS-GenerateData notebook to generate the datasets.

About

Generate big TPC-DS datasets with Databricks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages