Re: full text indexing

Поиск
Список
Период
Сортировка
От Titus Brown
Тема Re: full text indexing
Дата
Msg-id 20000927132132.A14480@cns.caltech.edu
обсуждение исходный текст
Ответ на full text indexing  ("Poul L. Christiansen" <poulc@cs.auc.dk>)
Список pgsql-general
-> In my PostgreSQL database I have a lot of newspaper articles (size:
-> 100mb now, growing beyond 1gb within few months).
-> I wan't to use full text indexing so that users can search the articles
-> with a keyword and have the results in less than one second.
->
-> How do I accomplish that?
->
-> Does PostgreSQL have this feature?
->
-> Which 3rd party indexing tools are available that easily interoperate
-> with PostgreSQL?

I wouldn't say "easy" -- you have to have a static image of your database
on disk somewhere -- but 'glimpse' works quite well and is fast enough
to do 1gb that quickly.

http://glimpse.cs.arizona.edu/

I have a tool to let you do searches on a glimpse database from within
AOLserver at http://www.idyll.org/~t/www-tools/.  It's been working out
quite well for me.

cheers,
--titus

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

Предыдущее
От: "Poul L. Christiansen"
Дата:
Сообщение: full text indexing
Следующее
От: "Mitch Vincent"
Дата:
Сообщение: Re: full text indexing