AWS Glue - Maximum Number of Databases and Maximum Number of tables within a database

0

What is the maximum number of Databases and maximum Number of tables within a given database that can be created in AWS Glue? We're planning a large scale simulation application that will enable users to perform hundreds if not thousands of simulations the results of which will be persisted in separate Glue Tables and Databases within a single AWS Account. Want to understand if there are any limitations as to the number of databases/tables that are supported in a single account and when we might have to implement complex like a pooled set of accounts in which tables get created for example.

Sathya
已提问 1 年前738 查看次数
1 回答
0

Hi,

  • The default maximum number of databases per account is 10,000, but this limit could be increased requesting a quota increase.
  • The default maximum number of tables per database is 200,000, but this limit could be increased requesting a quota increase.
  • The default maximum number of tables per account is 1,000,000, but this limit could be increased requesting a quota increase.

You can find other service endpoints and service quotas for Glue on the following page.

profile picture
专家
已回答 1 年前

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

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

回答问题的准则

相关内容