Posted On: Jan 15, 2021
HAQM DocumentDB (with MongoDB compatibility) is a fast, scalable, highly available, and fully managed document database service that supports MongoDB workloads. HAQM DocumentDB makes it easy and intuitive to store, query, and index JSON data.
HAQM DocumentDB continues to increase compatibility with MongoDB and today added additional capabilities for the MongoDB 3.6 compatible database engine:
- Aggregation Operators – We have added support for new aggregation operators: $ifNull, $replaceRoot, $setIsSubset, $setInstersection, $setUnion, and $setEquals.
- Performance and indexing – Included in this release are multiple performance and indexing improvements: the ability to use an index with the $lookup aggregation stage, find() queries with projections can be served direction from an index (covered query), the ability to use hint() with the findAndModify API, performance optimizations for $addToSet operator, and improvements to reduce overall index sizes.
- Monitoring - Three new CloudWatch metrics to monitor resource utilization - LowMemNumOperationsThrottled, LowMemThrottleMaxQueueDepth, and LowMemThrottleQueueDepth
To learn more about HAQM DocumentDB see the product page and documentation. To get started with HAQM DocumentDB, see the following tutorial.