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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南