mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 03:56:42 +00:00
The vector-store's InvariantKey type supports at most 255 key components. Reject vector index creation when the base table's primary key (partition + clustering columns) exceeds this limit. Fixes: VECTOR-553 Closes scylladb/scylladb#29317