RE: Full text Indexing -out of contrib and into main..

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема RE: Full text Indexing -out of contrib and into main..
Дата
Msg-id 215896B6B5E1CF11BC5600805FFEA82103D9850D@sirius.edu.sollentuna.se
обсуждение исходный текст
Ответ на Full text Indexing -out of contrib and into main..  ("John Huttley" <John@mwk.co.nz>)
Список 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 по дате отправления:

Предыдущее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: 8192 BLCKSZ ?
Следующее
От: Pete Forman
Дата:
Сообщение: Re: Question about Oracle compatibility