Mongodb – How to filter millions of documents in Mongo
I'm trying to filter through millions of documents. Each document is about 7kB in size. For the moment, I'm filtering on a maximum of 8 (defined) fields, but more will be added later. Filters can be anything, like : "field":…