> Is there a table definition script available that is widely used for TPC-H in Postgresql to get results that can be compared?
There are multiple "PostgreSQL + TCP-H" projects on the github - Maybe you can reuse some ideas ... https://github.com/search?q=%22TPC-H%22+postgresql&type=Repositories regards, Imre Malte Vesper <malte.ves...@gmx.net> ezt írta (időpont: 2018. júl. 15., V, 15:31): > Hello, > I am trying to run TPC-H on PostgreSQL. While I was able to create the > tables and run the queries, I am wondering if there is a table definition > forTPC-H and PostgreSQL that is generally used, as far as I understand the > TPC-H user can choose to create indices or preprocess data in individual > tablesto quite an extent (i.e. CLUSTER seems allowed), leading to > unexpected/very different results depending on the table definition (i.e. > https://www.postgresql.org/message-id/CAKJS1f-erAogxxd=4tr2rlukoy5m-or+djyzr2rbmanz35t...@mail.gmail.com > ). > > Is there a table definition script available that is widely used for TPC-H > in Postgresql to get results that can be compared? > > Kind regards, > Malte Vesper > >