Re: Documents storage

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема Re: Documents storage
Дата
Msg-id Pine.GSO.4.58.0408180857280.29483@ra.sai.msu.su
обсуждение исходный текст
Ответ на Re: Documents storage  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-admin
On Wed, 18 Aug 2004, Gaetano Mendola wrote:

> Oleg Bartunov wrote:
>
> > On Tue, 17 Aug 2004, Gaetano Mendola wrote:
> >
> >
> >>Hi all,
> >>where I work some times we need to find our documents
> >>searching for a couple of words. I was thinking to
> >>use the tsearch2.
> >>
> >>Shall I use OpenFTS?
> >>Do you have any suggestion ?
> >>
> >
> >
> > tsearch2 is ok if you have docs and db on the same server, OpenFTS
> > is a middleware on top of tsearch2.
>
> What advantage I have on use OpenFTS instead of use tsearch2 directly ?
> I read the FAQ but I'm still missing what I can do with OpenFTS that I
> can not with tsearch2.

ok. OpenFTS abstracts document storage, so you could  process and store
documents on separate server, while full text indices (tsearch2) live in
other server.


>
> Regards
> Gaetano Mendola
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly
>

    Regards,
        Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

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

Предыдущее
От: Joe Sunday
Дата:
Сообщение: Re: new install starting backend
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [HACKERS] SRPM for 8.0.0 beta?