Skip to content

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 7 years ago1.1K 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.).

answered 7 years ago
0

Thank you!

answered 7 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 3 years 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.