From: | Bill Barnes <bbarnes(at)operamail(dot)com> |
---|---|
To: | "Poul L(dot) Christiansen" <poulc(at)cs(dot)auc(dot)dk>, pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | RE: full text indexing |
Date: | 2000-09-28 00:33:31 |
Message-ID: | 3B16A1B7@operamail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
There was an article in the Nov '95 Dr. Dobb's Journal about a Canadian phone
company that did a full text index on a gazillion phone records and retrieved
them quickly enough to run an inquiry operation.
It was an interesting departure in building indices in that it created a
directory for a text instance, such as a phone number, word, street number,
etc, then attached the record number/s where found.
Couldn't retrieve the article (it's on a $99 CD) but found the program
listings and have attached the file. I've never used it the idea was
intriguing and thought I would someday put it to use.
Good Luck
Bill
>===== Original Message From "Poul L. Christiansen" <poulc(at)cs(dot)auc(dot)dk> =====
>Hi
>
>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?
>
>Thanks,
>Poul L. Christiansen
>Dynamic Paper
Attachment | Content-Type | Size |
---|---|---|
itr.asc | application/octet-stream | 15.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | mjp | 2000-09-28 00:53:11 | Re: full text indexing |
Previous Message | Steve Quezadas | 2000-09-27 23:48:30 | Postgres ODBC woes |