Re: How two perform TPC-H test on postgresql-8.0.2

From: Josh Berkus <josh(at)agliodbs(dot)com>
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 16:57:09
Message-ID: 200506270957.09484.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Inno,

> 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?

Get DBT3 from Sourceforge (search on "osdldbt"). This is OSDL's TPCH-like
test.

However, given your knowledge of PostgreSQL you're unlikely to get any kind of
result you can use -- TPCH requires siginficant database tuning knowledge.
How about you ask the questions you really want to know on PGSQL-PERFORMANCE
mailing list?

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2005-06-27 16:58:30 Re: Sigh, another contrib/cube and contrib/seg problem
Previous Message Josh Berkus 2005-06-27 16:54:31 Re: tsearch2 vs core?