cross table indexes?

Поиск
Список
Период
Сортировка
От Jeremiah Jahn
Тема cross table indexes?
Дата
Msg-id 1069855447.5827.1526.camel@bluejay.goodinassociates.com
обсуждение исходный текст
Ответы Re: cross table indexes?  (Richard Huxton <dev@archonet.com>)
Список 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."
--
Jeremiah Jahn <jeremiah@cs.earlham.edu>


В списке pgsql-general по дате отправления:

Предыдущее
От: Barbara Lindsey
Дата:
Сообщение: Re: PostgreSQL is much faster than MySQL, only when...
Следующее
От: "Claudio Lapidus"
Дата:
Сообщение: marking record origin in views