multi-relation indices

From: Ajay <ajayn(at)it(dot)iitb(dot)ac(dot)in>
To: pgsql-hackers(at)postgresql(dot)org
Subject: multi-relation indices
Date: 2005-10-20 09:23:39
Message-ID: 4357621B.3030908@it.iitb.ac.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-10-20 09:43:51 Re: multi-relation indices
Previous Message Pavel Stehule 2005-10-20 09:21:55 some interes. doc about job scheduling