Star Schema Benchmark (SSB) on SQLite
git clone --recursive https://github.com/zingdle/SSB-sqlite.git
cd SSB-sqlite
make
or set a different scale factor with
SCALE_FACTOR=10 make
This generates database SSB.db
.
The repo is build upon these open-source projects. Thanks for their wonderful work!
-
query/
andsqlite-ddl.sql
are modified from ssb-tools. BSD 3-Clause License -
Other files are modified from TPCH-sqlite. MIT License
-
You may also interested in ssb-postgres
Please refer to their README for more information.