Warmer API

I was wondering , as a rule of thumb, how many warmer queries is considered
healthy?
We have about 200-350 pre configured search queries which I would like to
register as warmer queries when creating my index, and update the warmer
queries when a new query is registered

Now I know that this should not affect the search queries themselves since
the warmer thread is a seperate one - but will it affect my node's
stability ?

Arik

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/6fb0f66b-9657-48bb-b2f5-c77e13a43e29%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Warmer queries will affect indexing time since each new segment needs to be
warmed up. If you are going to do a large bulk load of data, it would be
advisable to disable warming.

With elasticsearch 0.90.6, it should not be necessary to register different
queries for the warmer API:

Cheers,

Ivan

On Sun, Jan 12, 2014 at 11:27 AM, Arik Gaisler arikgaisler@gmail.comwrote:

I was wondering , as a rule of thumb, how many warmer queries is
considered healthy?
We have about 200-350 pre configured search queries which I would like to
register as warmer queries when creating my index, and update the warmer
queries when a new query is registered

Now I know that this should not affect the search queries themselves since
the warmer thread is a seperate one - but will it affect my node's
stability ?

Arik

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/6fb0f66b-9657-48bb-b2f5-c77e13a43e29%40googlegroups.com
.
For more options, visit https://groups.google.com/groups/opt_out.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQCjcPzqeU4HYQDH5VF8U9R-OZ0o-sA5Z1NKH2b6iEb4Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.