MySQL 数据库限制

标签 mysql amazon-web-services amazon-rds

我们正在使用 AWS+RDS 的解决方案,我想知道数据库的绝对限制是多少。限制如

  1. 表格中的行数。
  2. 数据库中的表数量。
  3. RDS 实例中的数据库数量。

最佳答案

数据库实例数量:20

Request to Increase Amazon RDS DB Instance Allocation

By default, customers are allowed to have up to a total of 20 Amazon RDS DB instances. Of those 20, up to 10 can be Oracle DB Instances under the "License Included" model. All 20 can be used for MySQL or Oracle under the "BYOL" model.

每个实例的大小限制为 1 TB。

您可以有as many databases as you want在一个实例中。

MySQL 的限制取决于存储引擎:

  • MyISAM 是文件,因此这取决于文件系统上允许有多少个文件等
  • InnoDB 最多有 20 亿个表。我猜您在填充这 20 亿个表之前就用完了 1 TB 磁盘空间;) Is there a maximum number of tables ?

关于MySQL 数据库限制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6660986/

相关文章:

php - 如何将文本字符串批量转换为具有 MySQL 关系的唯一 ID

amazon-web-services - GitHub Aws 代码部署显示 "AWS CodeDeploy doesn' t 支持推送事件”

amazon-web-services - 如何构造一串物理子网 ID 来在 cloudformation 脚本中动态创建数据库子网组?

mysql - Django OperationalError 2019 无法初始化字符集utf8mb4

mysql - 从 MySQL 中的正则表达式错误中获取 'invalid character class'

mysql - 在线相册-上传的图像未显示在mysql数据库中

php - 无法按日期排序

ios - 如何将 UIDocumentPickerViewcontroller 文件上传到 AWS S3 TransferUtility Swift

php - 使用循环更新数据库

php - 一个脚本出现 "MySQL PHP extension not available"错误,而其他一切正常