TPC-H schema and data someone has?

1.7k views Asked by At

Has someone the TPC-H schema? I try to compile but has some errors.

I need the sql schema file. And if possible the data sql file.

Thanks

2

There are 2 answers

0
Anderson Carniel On

TPC-H have a DBGEN that generates a database.

You can see at : http://www.tpc.org/tpch/

0
Thomas Kejser On

I maintain a repo of the data generator and schema here: https://bitbucket.org/tkejser/tpch-dbgen. It is a bit nicer to work with than the one from TPC.

There is a postgres ready schema in the repo as well as a makefile that does The Right Thing for Postgres.