Maximum number of databases?

0

Hi,

I have a quick question - what is the maximum number of databases which can be created in a single DocumentDB cluster? Is there any limit at all?

Thanks!

asked 5 years ago641 views
3 Answers
0

The offical documention of DocumentDB does not have any limitations related to the maximum amount of allowed databases per cluster. PostgreSQL (which runs under the hood of DocumentDB) also has no limitation. Just keep in mind - that creating a massive amount of databases can negatively effect your whole cluster (open files, indicies, open connections, etc.).

misc
answered 5 years ago
0

Thank you!

answered 5 years ago
0

DocumentDB has a limit of 100,000 databases per cluster . Refer to following documentation for more details : https://docs.aws.amazon.com/documentdb/latest/developerguide/limits.html#limits-cluster

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions