I'm not sure I see the benefit here. The strength and purpose of postgres
FTS is that you can combine some FTS behaviour with some relational queries
easily at the same time. I'm pretty sure our search requirements on dp.com
need that, so using a dedicated search provider is a better option.

On 7 May 2017 at 13:22, Florian Apolloner <f.apollo...@gmail.com> wrote:

> On Sunday, May 7, 2017 at 12:45:27 PM UTC+2, Adam Johnson wrote:
>>
>> I guess we'd also have the benefit of not having to keep elasticsearch
>> running.
>>
>
> On the contrary, putting it into postgres means we have to care about it.
> Putting it into Elasticsearch means we can let our hoster take care about
> that.
>
>
>> But I'm afraid I'm not familiar with Postgres. Is the FTS in Postgres
>> mostly equivalent to ES, or will some kinds of search queries be affected?
>>
>
> For the queries we use I think we can get pretty much equivalent results.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-developers.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-developers/ecd3a1ea-63d9-430c-af79-
> 951022fec138%40googlegroups.com
> <https://groups.google.com/d/msgid/django-developers/ecd3a1ea-63d9-430c-af79-951022fec138%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMwjO1GFKbXyebkqmok_RYv3Hywq%3DfwXrfzXcgFxtZU7-Ez5%3DA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to