Does MongoDB handle caching?

Written by Ashnik Team

| Mar 01, 2021

< 1 MIN READ

Yes. MongoDB keeps most recently used data in RAM. If you have created indexes for your queries and your working data set fits in RAM, MongoDB serves all queries from memory.


Go to Top