Extend abbot functionality to be able to parse mongod log files that will be provided by the user to analyze queries.
Useful components of log files -
- Queries
- Plan summary
Reference for format - https://docs.mongodb.com/manual/reference/log-messages/
Extend abbot functionality to be able to parse mongod log files that will be provided by the user to analyze queries.
Useful components of log files -
Reference for format - https://docs.mongodb.com/manual/reference/log-messages/