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

From Magnus Hagander
Subject RE: Full text Indexing -out of contrib and into main..
Date
Msg-id 215896B6B5E1CF11BC5600805FFEA82103D9850D@sirius.edu.sollentuna.se
Whole thread Raw
In response to Full text Indexing -out of contrib and into main..  ("John Huttley" <John@mwk.co.nz>)
List pgsql-hackers
> > 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.


//Magnus


pgsql-hackers by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: AW: 8192 BLCKSZ ?
Next
From: Pete Forman
Date:
Subject: Re: Question about Oracle compatibility