elasticsearch
elasticsearch copied to clipboard
Add note on per-segment field name overhead
We encountered a case where a substantial fraction of the heap usage was
due to per-segment-per-field FieldInfo
objects, particularly
FieldInfo#name
. This commit adds a note to the sizing docs about this
overhead.
Relates #77466
Pinging @elastic/es-docs (Team:Docs)
Pinging @elastic/es-distributed (Team:Distributed)