I am struggling a bit to understand which ES operations use up which part 
of memory

- From reading the documentation I know that faceting and sorting take up 
heap memory and also that some filters are cached in JVM heap. However, 
what other operations take up JVM heap memory?
- When faceting on a particular field are all of the values of that field 
loaded into JVM heap or only the distinct values of the field. I would 
believe it is the latter as fields of high cardinality require more JVM 
heap.
- What operations use OS memory. I believe documents retrieved and ES index 
are kept in OS memory. Can anyone confirm this? What other operations go to 
OS memory?


Finally, I would also be interested  if there are any posts or tutorials 
that desribce the complete lifecycle of a query from submission of query to 
return of resultset.

Thanks
Uli

-- 
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/561712ab-e11b-454f-b95e-38612cbb8db1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to