I have a problem with some queries which take ~1200ms to execute and returns just a count of 600.000 lines (total lines ~3.000.000).
ex : db.pushes.find({psh:144, de:{$eq:null}}).count()
I have 5 indexes and the total amount of these indexes take 300mb
Hi Remi
Can you provide the following information please :
mongod. i.e. Task Manager, RAMMap, etcYou may find the production checklist v3.0 useful. It contains recommendations that may help for your deployment. Also see Analyzing MongoDB Performance for general optimisation strategies.
Mongo
Version : 3.0.2
For general bug fixes for v3.0.x, I would recommend to use the latest stable of v3.0 which currently is v3.0.8.
Regards,
Wan.