mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
A new feature was announced this week for Amazon DynamoDB, "multi- attribute composite keys in global secondary indexes", which allows to create GSIs with composite keys (multiple columns). This feature already existed in CQL's materialized views, but didn't exist in DynamoDB until now. So this patch adds a paragraph to our docs/alternator/compatibility.md mentioning that we don't support this DynamoDB feature yet. See also issue #27182 which we opened to track this unimplemented feature. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Closes scylladb/scylladb#27183