All Content tagged with Amazon DocumentDB
supports MongoDB 4.0 compatibility including ACID transaction
Content language: English
Select up to 5 tags to filter
Sort by most recent
Are there any updates when DocumentDB will support displaying indexing progress for db.collection.createIndex() via db.currentOp()?
This feature was requested 5 and 3 years ago, but I haven't found a...
Hi
I am following steps mentioned here -https://docs.aws.amazon.com/documentdb/latest/developerguide/performance-insights-enabling.html
to enable performance insights
Documentation mentions that,...
All, is there any published support dates for 4.0? The plan is to upgrade to 5.0, but would like to see what kind of timeline we got. If you could share any guidance on the end-of-life for support for...
Following the AWS DocumentDB guide [here](https://docs.aws.amazon.com/documentdb/latest/developerguide/iam-identity-auth.html), I created an IAM user with the following command:
```
db.createUser(
...
HI Team,
is it possible to start with instance-based clusters and later migrate to Elastic based Clusters.
I went thought the document :...
I am currently using AWS DocumentDB 5.0.
The 'VolumeBytesUsed' metric for my existing cluster is significantly high.
To test this, I cloned the existing cluster to create a new cluster. ...
Hi,
I am trying to connect to document db instance from a fargate hosted in vpc private subnet.
I am getting a timeout from mongodb
I have already checked that document db security group has ingress...
I have Docdb databases.
and when I try to restore the databases it show me an error
"Failed: testdb.clienttasks: error creating collection testdb.clienttasks: error running create command: documentDB...
I have an aws DocDB cluster with ±1.2T of data.
I have a chron job which deletes ±100G of data every day, I need this to prevent the cluster size from getting
out of hand.
The job deletes documents...
We are currently using AWS DocumentDB, and we have observed that the VolumeBytesUsed metric has doubled over the last three months.
According to AWS documentation, this issue was supposed to be...
We are trying to set up a DocumentDB to work with third party software that originally ran against a MongoDB. I am getting an error when executing `createIndex()`:
```
Error ensuring text index:...
Hi, I am trying to automatically timeout the long running queries on documentDB using `maxTime` as suggested in this...