multi-relation indices

Поиск
Список
Период
Сортировка
От Ajay
Тема multi-relation indices
Дата
Msg-id 4357621B.3030908@it.iitb.ac.in
обсуждение исходный текст
Ответы Re: multi-relation indices  (Martijn van Oosterhout <kleptog@svana.org>)
Список 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 по дате отправления:

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: some interes. doc about job scheduling
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: multi-relation indices