Skip to main content

Database

MongoDB in Action 8.0 | Manning

MongoDB in Action 8.0 | Manning

Hello everyone, In this article I will review the following book MongoDB 8.0 in Action, Third Edition. I’m using MongoDB daily at my job and by reading the new edition of the book I’m still learning lots of new things which are specific to the newer editions of MongoDB, 7 and 8 specifically. I’ve also got a glimpse of the capabilities of MongoDB Atlas, it’s managed platform.
CAP Theorem

CAP Theorem

·2 mins
The CAP theorem, also known as Brewer’s theorem, is a concept in distributed computing that states that it is impossible for a distributed system to simultaneously provide all three of the following guarantees:
Apache Cassandra Compaction

Apache Cassandra Compaction

·6 mins
Introduction # Apache Cassandra is a highly scalable and distributed NoSQL database that is designed to handle large volumes of data across multiple commodity servers. One of the key features of Cassandra is its ability to automatically manage data distribution, replication, and consistency across a cluster of nodes, providing high availability and fault tolerance.