Amazon DocumentDB
Learn about the Amazon DocumentDB (with MongoDB Compatible), the uses of its global cluster, high availability, backup, and restore.
Amazon DocumentDB (with MongoDB compatibility) is a fast, scalable, highly available, and fully-managed non-relational document database that handles database management tasks like configuring high availability, durability, software patching, scaling, and backing up.
It’s specially designed for performance gain when working with document workloads. Because of its compatibility with MongoDB, it uses the same commands and tools to insert and query documents.
Components of DocumentDB
Amazon DocumentDB mainly comprises Clusters, Instances, and cluster volume.
DocumentDB cluster
A DB cluster is a collection of computational resources (instances) and cluster volume to store data. DocumentDB has two types of clusters: instance-based and elastic clusters. We ...