Problem Statement/Rationale
After doing an explain if one of the indexes being used has a very long name then it does not fit in the index card of the explain tree
Please be sure to attach relevant logs with any sensitive data redacted.
How to retrieve logs for: Compass; Shell
Steps to Reproduce
- Create an index on a field with sufficiently long name `very_very_very_very_very_long_field_name`
- Use that indexed field to write a query `{ very_very_very_very_very_long_field_name: "Compass" }`
- Run the explain
Expected Results
Index name fits just fine in the index card in explain tree.
Actual Results
Index name overflows the index card in explain tree.
Additional Notes
Any additional information that may be useful to include.