InterviewSolution
Saved Bookmarks
| 1. |
What Is A Storage Engine In Mongodb? |
|
Answer» A storage engine is the part of a database that is RESPONSIBLE for managing how data is stored on disk. For EXAMPLE, ONE storage engine might OFFER better performance for read-heavy workloads, and ANOTHER might support a higher-throughput for write operations. A storage engine is the part of a database that is responsible for managing how data is stored on disk. For example, one storage engine might offer better performance for read-heavy workloads, and another might support a higher-throughput for write operations. |
|