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+eg@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