RE: Full text Indexing -out of contrib and into main.. - Mailing list pgsql-hackers

From Don Baccus
Subject RE: Full text Indexing -out of contrib and into main..
Date
Msg-id 3.0.1.32.20001128064153.017e2aa0@mail.pacifier.com
Whole thread Raw
List pgsql-hackers
At 10:52 AM 11/28/00 +0100, Magnus Hagander wrote:
>> > b) Check out MSSQL 7's  capabilities and weep.
>> 
>> BTW, have you studied MSSQL enough to tell me if it has a
>> separate/standalone 
>> (as a process) fti engine or just another index type.
>It is standalone - separate process, data is stored in separate files (not
>in db).
>
>In SQL Server 7.0, you also have to manually update the index. Just updating
>the values in the table does *NOT* update the index. (Can be scheduled, of
>course, but not live)
>In SQL Server 2000 the index can be auto-updated when rows change, but it's
>not default.

This is similar to Oracle's InterMedia.  In practice, using auto-update on a
busy, live website is impractical, though how much this is due to InterMedia's
being flakey and how much due to the computational expense isn't clear (or rather
IM's so flakey one can't really explore enough to see how expensive
auto-update on a busy site would be).


- Don Baccus, Portland OR <dhogaza@pacifier.com> Nature photos, on-line guides, Pacific Northwest Rare Bird Alert
Serviceand other goodies at http://donb.photo.net.
 


pgsql-hackers by date:

Previous
From: Don Baccus
Date:
Subject: Re: Question about Oracle compatibility
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] is it a bug?