Slide 22
Slide 22 text
www.elastic.co Copyright Elastic 2015 Copying, publishing and/or
distributing without written permission is strictly prohibited
22
Index cost - Segments
• Index is made of shards
• Shards are made of segments
• Segments do use file handles (and some memory)
• In general more shards, means more resources in use
GET_nodes/stats?pretty" -s |egrep -A8 segments
"segments" : {
"count" : 367,
"memory_in_bytes" : 47295014,
"index_writer_memory_in_bytes" : 164560,
"index_writer_max_memory_in_bytes" : 446587695,
"version_map_memory_in_bytes" : 720,
"fixed_bit_set_memory_in_bytes" : 145080
},