Hi, is there any good source like a book where I can learn about the internals of mongoDB. By internals I mean, how mongodb solves the problems like replication, leader election, indexes, writes, reads, caching etc rather than what it can do.
I know that one of the options is to go through source code, but are there any other sources?
Mastering MongoDB 6.x is a good overview, and is fairly up to date. Chapter 13 covers some of the things that you mention.
If you want to dive even deeper, there’s dedicated books to topics such as wiredtiger
1 Like