I am running one instance of mongodb which is inserted with logs from the application server. the current insertion rate in production is 10 insertions per second. And its limited collection. I DO NOT USE ANY INDEX. Requests were executed faster when there were a small number of records. only one collection has this amount of data. even a query from a collection with very few rows has become very slow. Are there any means to increase productivity.
-Avinash
source
share