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!

已提问 5 年前649 查看次数
3 回答
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
已回答 5 年前
0

Thank you!

已回答 5 年前
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
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则