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

From Josh Berkus
Subject Re: TPC-R benchmarks
Date
Msg-id 200309252041.15743.josh@agliodbs.com
Whole thread Raw
In response to Re: TPC-R benchmarks  (Jenny Zhang <jenny@osdl.org>)
List pgsql-performance
Jenny,

> create index i_l_partkey on lineitem (l_partkey);
> I do not have any foreign key defined.  Does the spec require foreign
> keys?
>
> When you create a foreign key reference, does PG create an index
> automatically?

No.   A index is not required to enforce a foriegn key, and is sometimes not
useful (for example, FK fields with only 3 possible values).

So it may be that you need to create an index on that field.


--
Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-performance by date:

Previous
From: Rod Taylor
Date:
Subject: Re: Indices arent being used
Next
From: Tom Lane
Date:
Subject: Re: TPC-R benchmarks