AWS aurora-dsql documentation change
Summary
Changed terminology from 'IDENTITY' columns to 'identity columns' and minor wording adjustments
Security assessment
The change only modifies terminology and wording without altering security meaning. The cache consideration mentioned relates to performance (sequence gaps) not security vulnerabilities.
Diff
diff --git a/aurora-dsql/latest/userguide/create-table-syntax-support.md b/aurora-dsql/latest/userguide/create-table-syntax-support.md index cc69c497f..37c17b8ce 100644 --- a//aurora-dsql/latest/userguide/create-table-syntax-support.md +++ b//aurora-dsql/latest/userguide/create-table-syntax-support.md @@ -49 +49 @@ Identity columns -When using `IDENTITY` columns, the value of `CACHE` should be carefully considered. For more information, see the Important callout on the [CREATE SEQUENCE](./create-sequence-syntax-support.html) page. +When using identity columns, the cache value should be carefully considered. For more information, see the Important callout on the [CREATE SEQUENCE](./create-sequence-syntax-support.html) page. @@ -51 +51 @@ When using `IDENTITY` columns, the value of `CACHE` should be carefully consider -For guidance on how best to use `IDENTITY` columns based on workload patterns, see [Working with sequences and identity columns](./sequences-identity-columns-working-with.html). +For guidance on how best to use identity columns based on workload patterns, see [Working with sequences and identity columns](./sequences-identity-columns-working-with.html).