Performance is based on your dataset, you'd have to test it yourself.

Ideally you want to separate hot and cold data, so that when you do update
you don't need to reindex the whole document (which is what an update does
in ES).
You can do this via parent/child relationships, or having two indices with
each part of the doc that you then join them externally, as two examples.

On 28 March 2015 at 16:27, Lorne Sorn <dulo65...@gmail.com> wrote:

> Hello,
>
> I have a multiple field structure in which i have 2-3 fields with text
> that will be searchable and besides that i have 3 very write intensive
> fields (counters) in this structure. Those fields will only need to be
> visible in results but will not be a part of the search query. How to
> update those counters in the most efficient way ? So without reindexing
> anything etc.  How to handle them best? What kind of performance (updates
> per second) we are talking about on updating those counters lets say on one
> Xeon E3-1230 v3 or any other cpu?
>
> Kind regards.
>
> --
> You received this message because you are subscribed to the Google Groups
> "elasticsearch" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to elasticsearch+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elasticsearch/49b59206-3c01-440e-8553-4a3b367296df%40googlegroups.com
> <https://groups.google.com/d/msgid/elasticsearch/49b59206-3c01-440e-8553-4a3b367296df%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 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAEYi1X_Rfyv_q%3D1b5gdgx0xLNJJE%3DysJibi8cYY7ZttXYWWNxw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to