Clarify keyspace-level index name uniqueness in warning admonition

The original second sentence implied per-table scope, which contradicted
the first sentence. Replaced with explicit keyspace-scope wording and
removed the redundant vector/non-vector qualifier.
This commit is contained in:
Patrick McFadin 2026-04-10 17:40:22 -07:00
parent 3728253fff
commit 7e74f4bdb8
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[WARNING]
====
Index names are unique per keyspace.
The index name must be a unique identifier for the index for each table within a keyspace.
This requirement is true for both vector and non-vector indexes.
====
You cannot use the same index name for two different indexes within a keyspace, regardless of which
table they are on.
====