mirror of https://github.com/apache/cassandra
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:
parent
3728253fff
commit
7e74f4bdb8
|
|
@ -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.
|
||||
====
|
||||
|
|
|
|||
Loading…
Reference in New Issue