Hi, this is interesting discussion, have a few extra questions if it is
okay.

// 7k per sec depend also on doc size. The larger the docs, the slower.
Is there a way to quickly determine what is the size of a doc?

// Note that by default, 50% heap memory of a node is dedicated for search,
but 10% for bulk.
Assuming 16GB is allocated as heap to the elasticsearch jvm instance, where
can I determine
how much is used in what?

Thank you.

Jason


On Sat, Dec 21, 2013 at 4:17 AM, [email protected] <
[email protected]> wrote:

> Of course you can use BulkProcessor on-the fly for maintaining current
> messages.
>
> If you spend resources for querying it will affect indexing so that bulk
> indexing speed suffers. Note that by default, 50% heap memory of a node is
> dedicated for search, but 10% for bulk. This is reasonable, it shows that
> ES puts indexing in the background, for better comfort and response time
> when searching.
>
> Jörg
>
>  --
> 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 [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elasticsearch/CAKdsXoHcmZKx9%2BGTU%3D4%3DQ9Zyqoj%2BDPfUd803cKHZZP2_X5icrQ%40mail.gmail.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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAHO4itySAyyt1v62sa-8xFsXxVJqkEvDEv-BfHqqJ709VJXG6Q%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to