AWS redshift documentation change
Summary
Increased COPY command row size limit from 4MB to 64MB and added clarification about SUPER object limits
Security assessment
Change reflects increased service capability limits without addressing vulnerabilities or security features. No security implications identified.
Diff
diff --git a/redshift/latest/mgmt/amazon-redshift-limits.md b/redshift/latest/mgmt/amazon-redshift-limits.md index 15b147fbe..f23ae9d80 100644 --- a//redshift/latest/mgmt/amazon-redshift-limits.md +++ b//redshift/latest/mgmt/amazon-redshift-limits.md @@ -38 +38 @@ Security groups | 20 | Yes | The maximum number of security groups for this acco -Single row size when loading by COPY | 4 | No | The maximum size (in MB) of a single row when loading by using the COPY command. +Single row size when loading by COPY | 64 | No | The maximum size (in MB) of a single row when loading by using the COPY command. This is the maximum size of a single unparsed record that the COPY command can scan; an individual SUPER object within the row is independently limited to 16 MB.