Why is it important to manage the fielddata cache carefully in Elasticsearch?
ABecause fielddata cache can consume large heap memory and cause out-of-memory errors
BBecause fielddata cache stores query results that slow down searches if not cleared
CBecause fielddata cache holds index metadata that affects cluster state updates
DBecause fielddata cache is automatically cleared and does not need manual management