I have read the below discussions
- Index.mapping.total_fields.limit is important only for query operations?
- What is the downside of increasing index.mapping.total_fields.limit dramatically?
Can someone let me know,
- How much approx memory overhead does a new field in index add to? So basically If I need to increase index.mapping.total_field.limit from the default 1000 (to let's say 3000) adding how much more resources (heap, nodes in cluster ) may help ?
- If I am increasing
index.mapping.total_field.limit
then will it help if I move to Elasticsearch 7.10? I have gone through the release notes but could not locate anything. So just confirming.