diff --git a/source/documentdb-support.txt b/source/documentdb-support.txt index a7507b7b8..14cbd3366 100644 --- a/source/documentdb-support.txt +++ b/source/documentdb-support.txt @@ -4,6 +4,13 @@ Amazon DocumentDB Compatibility =============================== +.. facet:: + :name: genre + :values: reference + +.. meta:: + :keywords: AWS, support + .. contents:: On this page :local: :backlinks: none @@ -25,24 +32,27 @@ Amazon DocumentDB currently supports MongoDB v4.0 and MongoDB v5.0. These versio support for the newer features and functionality in the versions of MongoDB available on `MongoDB Atlas. `__ -To learn more about the features available in each version of MongoDB, see -`MongoDB Evolved - Version History. `__ +.. tip:: MongoDB Version History + + To learn more about the features available in each version of MongoDB, see + `MongoDB Evolved - Version History. `__ Compatibility ------------- -As of November 2023, Amazon DocumentDB is only 34 percent compatible with the MongoDB API. +As of November 2023, Amazon DocumentDB is only about 34 percent compatible with the +MongoDB API. On Amazon DocumentDB, the following MongoDB features are available only in a limited capacity or are not supported at all: - Features: `Capped collections `__, - `Map-Reduce `__, + `map-reduce operations `__, `GridFS `__, - `Text Indexes `__, - `Partial Indexes `__, - `Case-Insensitive Indexes `__ + `text indexes `__, + `partial indexes `__, + `case-insensitive indexes `__ - Commands: ``collMod``, ``createView``, ``filemd5``, ``reIndex``, ``connPoolStats``, - ``dbHash``, ``features``, Sharding commands (aside from ``enableSharding`` and + ``dbHash``, ``features``, sharding commands (aside from ``enableSharding`` and ``shardCollection``) - Query Operators: ``$expr``, ``$text``, ``$where``, ``$meta``, ``$box``, ``$center``, ``$centerSphere``, ``$polygon``, ``$near``