简体   繁体   English

AWS RDS Postgres 阈值

[英]AWS RDS Postgres threshold

对于 AWS RDS Postgres,以下阈值适用于: 1. 最大表大小限制 2. 可插入表中的最大列数 3. 表中每列的最大大小。

I believe AWS RDS wont have any special limitations.我相信 AWS RDS 不会有任何特殊限制。 It will just depend on the underlying postgres version you are using.它仅取决于您使用的底层 postgres 版本。 Please check the standard Postgres documentation.请查看标准 Postgres 文档。 Please see the link below: https://www.postgresql.org/docs/12/limits.html请参阅以下链接: https : //www.postgresql.org/docs/12/limits.html

Max table size:32 TB Max columns per table: 1600 Max field size: 1 GB最大表大小:32 TB 每表最大列数:1600 最大字段大小:1 GB

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM