MongoDB partitioning

Viewed 585

Is there any semantics like collection partitioning in MongoDB? My data is very huge, per day more than 100 000 line data is recorded. in order to retrieve for the report takes some time for the selected device. If data gets logged daily, performance will be slow. how to optimize, i have created an index to improve performance.

0 Answers
Related