cross table indexes? - Mailing list pgsql-general

From Jeremiah Jahn
Subject cross table indexes?
Date
Msg-id 1069855421.5827.1523.camel@bluejay.goodinassociates.com
Whole thread Raw
List pgsql-general
I was wondering if there is something I can do that would act similar to
a index over more than one table.

I have about 3 million people in my DB at the moment, they all have
roles, and many of them have more than one name.

for example, a Judge will only have one name, but a Litigant could have
multiple aliases. Things go far to slow when I do a query on a judge
named smith. Does any one know a possible way to speed this up?

I would think that In a perfect world there would be a way to create an
index on commonly used joins, or something of that nature. I've tried
partial indexes, but the optimizer feels that it would be quicker to do
an index scan for smith% then join using the pkey of the person to get
their role. For litigants, this makes since, for non-litigants, this
doesn't.

thanx for any insight,
-jj-


--
"You can't make a program without broken egos."

Attachment

pgsql-general by date:

Previous
From: Paul Tilles
Date:
Subject: RPM for RedHat 7.2
Next
From: Riyad Kalla
Date:
Subject: Re: Java Strings and quote marks