Re: Indexes for Foreign Keys? - Mailing list pgsql-admin

From Tom Lane
Subject Re: Indexes for Foreign Keys?
Date
Msg-id 14807.1193684343@sss.pgh.pa.us
Whole thread Raw
In response to Indexes for Foreign Keys?  ("Jeff Larsen" <jlar310@gmail.com>)
List pgsql-admin
"Jeff Larsen" <jlar310@gmail.com> writes:
> I've noticed that PG automatically creates indexes when you create a
> primary key. But when you create a foreign key on a child table, it
> does not create an index on the referencing columns of the child
> table.

This is intentional since depending on what your workload is like,
the index on the child table might be more overhead than it's worth.

If you frequently do updates or deletes on the parent column, you'll
want to have the child column indexed.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Medi Montaseri"
Date:
Subject: Re: [HACKERS] grep command
Next
From: Teodor Sigaev
Date:
Subject: Re: Problem with PITR Past Particular WAL File