Skip to content

Commit

Permalink
minor fixes and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoKart committed Dec 8, 2023
1 parent 4ba1a0b commit 0abb8fe
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions source/documentdb-support.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
Amazon DocumentDB Compatibility
===============================

.. facet::
:name: genre
:values: reference

.. meta::
:keywords: AWS, support

.. contents:: On this page
:local:
:backlinks: none
Expand All @@ -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. <https://www.mongodb.com/docs/atlas/>`__

To learn more about the features available in each version of MongoDB, see
`MongoDB Evolved - Version History. <https://www.mongodb.com/evolved>`__
.. tip:: MongoDB Version History

To learn more about the features available in each version of MongoDB, see
`MongoDB Evolved - Version History. <https://www.mongodb.com/evolved>`__

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 <https://www.mongodb.com/docs/manual/core/capped-collections/>`__,
`Map-Reduce <https://www.mongodb.com/docs/v7.0/core/map-reduce/>`__,
`map-reduce operations <https://www.mongodb.com/docs/v7.0/core/map-reduce/>`__,
`GridFS <https://www.mongodb.com/docs/manual/core/gridfs/>`__,
`Text Indexes <https://www.mongodb.com/docs/manual/core/indexes/index-types/index-text/>`__,
`Partial Indexes <https://www.mongodb.com/docs/manual/core/index-partial/>`__,
`Case-Insensitive Indexes <https://www.mongodb.com/docs/manual/core/index-case-insensitive/>`__
`text indexes <https://www.mongodb.com/docs/manual/core/indexes/index-types/index-text/>`__,
`partial indexes <https://www.mongodb.com/docs/manual/core/index-partial/>`__,
`case-insensitive indexes <https://www.mongodb.com/docs/manual/core/index-case-insensitive/>`__
- 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``
Expand Down

0 comments on commit 0abb8fe

Please sign in to comment.