eyalroz / ssb-dbgen

Star Schema Benchmark data set generator (dbgen) - unified repository

Home Page:http://www.cs.umb.edu/~poneil/StarSchemaB.PDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

By default, only suppliers and customers tables generated

eyalroz opened this issue · comments

if we ./dbgen -v -Ta we get:

SSBM (Star Schema Benchmark) Population Generator (Version 1.0.0)
Copyright Transaction Processing Performance Council 1994 - 2000
Generating data for part table [pid: 7372]: done.
Generating data for suppliers table [pid: 7372]: done.
Generating data for customers table [pid: 7372]: done.
Generating data for date table [pid: 7372]: done.
Generating data for lineorder table [pid: 7372]: done.

... and all five .tbl files are present. But if we ./dbgen -v - which should do the same thing - we get:

SSBM (Star Schema Benchmark) Population Generator (Version 1.0.0)
Copyright Transaction Processing Performance Council 1994 - 2000
Generating data for suppliers table [pid: 7351]: done.
Generating data for customers table [pid: 7351]: done.
Generating data for (null) [pid: 7351]: done.
Generating data for (null) [pid: 7351]: done.
Generating data for (null) [pid: 7351]: done.
Generating data for (null) [pid: 7351]: done.

and only the suppliers and customers .tbl files are present.