This chapter aims to equip you with an understanding of MongoDB architecture and internals referenced in subsequent chapters, which are necessary for MongoDB performance tuning.
The MongoDB document model
The way MongoDB applications interact with the MongoDB database server through the MongoDB API
The MongoDB optimizer, which is the software layer concerned with maximizing the performance of ...