MongoDBPerformanceTuningBook icon indicating copy to clipboard operation
MongoDBPerformanceTuningBook copied to clipboard

Sample scripts and resources for the Apress book MongoDB Performance Tuning

Results 3 MongoDBPerformanceTuningBook issues
Sort by recently updated
recently updated
newest added

The readme file says > The [sampleData](https://github.com/gharriso/MongoDBPerformanceTuningBook/blob/master/sampleData) directory contains all the data used in our examples as a compressed dump file. Instructions on how to load the data can be...

Some of the mongoTuning.js function are not working in mongodb6. (mongoTuning.js is an excellent tool~ Hope it can still work in the future) For example: var explainCsr=db..explain().find() mongoTuning.quickExplain(explainCsr) It is...

It isn't clear what license the JS code in this repository is distributed under. Could a license.txt file be added so that this is explicitly documented?