multi-relation indices - Mailing list pgsql-hackers

From Ajay
Subject multi-relation indices
Date
Msg-id 4357621B.3030908@it.iitb.ac.in
Whole thread Raw
Responses Re: multi-relation indices
List pgsql-hackers
Hi ,

This is first time I am trying to do development on POSTGRES.
I am trying to build multi-relational indices. So that when user enters 
keyword he will get in which relation in which tuple this keyword occured.
This is also known as inverted indices. I am thinking of adding Index at 
database level which will kepp track of all keywords. Another approach 
is to create a dummy table which will store information of all words in 
database. And add index on this tacle. Can any one guide me regarding 
how feasiable these method are? And if feasiable which one is better?

Regard's,
~Ajay


pgsql-hackers by date:

Previous
From: "Pavel Stehule"
Date:
Subject: some interes. doc about job scheduling
Next
From: Martijn van Oosterhout
Date:
Subject: Re: multi-relation indices