Hi everyone,
I was wondering is there documentation or a good blog out there that gives some details on the recommended query performance expectations for MongoDB Or Youtube Video?
I feel sometimes the answer would be “it depends” such as type of workload… extracting etc, we’d want higher throughput… where response time would be expected to be slower.
But in terms of quick transactions or searches in MongoDB what is the expected response time in ms?
Is there a guideline on general performance/response time expectations? (Assuming we have decent disk performance and ram)
For example if we look at a mongod.log file, should we be aiming for queries always under 200ms or 100ms or 50ms for example?
Thanks