TPC-H schema and data someone has?
Has someone the TPC-H schema? I try to compile but has some errors.
I need the sql sche开发者_JAVA技巧ma file. And if possible the data sql file.
Thanks
TPC-H have a DBGEN that generates a database.
You can see at : http://www.tpc.org/tpch/
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.
精彩评论