From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | innodb <innobase(at)163(dot)com> |
Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: How two perform TPC-H test on postgresql-8.0.2 |
Date: | 2005-06-27 11:59:35 |
Message-ID: | 42BFEA27.9010004@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
innodb wrote:
> Currently I want to take a TPC-H test on postgresql-8.0.2. I have downloaded the DBGEN and QGEN from the homepage of TPC. But I encountered many problems which forced me to request some help.
> 1. How to load the data from flat file generated by dbgen tool? To the best of my knowledge, there is a SQL Loader in Oracle
> 2. How to simulate the currency environment? Where can I download a client which connects to DB server through ODBC?
>
>
>
>
To be brutally frank, if you have to ask these questions you should not
be running TPC-H benchmarks, IMNSHO. You results are very unlikely to be
fair to you or to PostgreSQL.
TPC-H requires mild modification (took me about 15 minutes) to produce
postgres-ready output, which can be loaded via the COPY command, which
is designed for bulk loading data.
cheers
andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Teodor Sigaev | 2005-06-27 12:49:00 | GiST concurrency commited |
Previous Message | John Hansen | 2005-06-27 11:14:04 | Re: contrib/rtree_gist into core system? |