Re: TPC-R benchmarks - Mailing list pgsql-performance

From Josh Berkus
Subject Re: TPC-R benchmarks
Date
Msg-id 200309291111.11191.josh@agliodbs.com
Whole thread Raw
In response to Re: TPC-R benchmarks  (Oleg Lebedev <oleg.lebedev@waterford.org>)
List pgsql-performance
Oleg,

> I just checked the restrictions on the TPC-R and TPC-H schemas and it
> seems that all indexes are allowed in TPC-R and only those that index
> parts of primary or foreign keys are allowed in TPC-H.

That would be appropriate for this case though, yes?   That column is part of
a foriegn key, unless I've totally lost track.

As I remarked before, Postgres does *not* automatically create indexes for
FKs.   Many, but not all, other database products do, so comparing PostgreSQL
against those products without the index is unfair.

--
Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-performance by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: TPC-R benchmarks
Next
From: Oleg Lebedev
Date:
Subject: Re: TPC-R benchmarks