Skip to content

Commit 9aa5923

Browse files
authored
DOCSP-27629 warning about indexes with collation size (#5224) (#5280)
* DOCSP-27629 warning about indexes with collation size * DOCSP-27629 fixing format * DOCSP-27629 small fix * DOCSP-27629 changing note to warning * DOCSP-27629 tech edits
1 parent 8244b80 commit 9aa5923

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/includes/extracts-collation.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ content: |-
110110
cannot support an operation that performs string comparisons on the
111111
indexed fields if the operation specifies a different collation.
112112
113+
.. warning::
114+
115+
Because indexes that are configured with collation use ICU
116+
collation keys to achieve sort order, collation-aware index keys
117+
may be larger than index keys for indexes without collation.
118+
113119
For example, the collection ``myColl`` has an index on a string
114120
field ``category`` with the collation locale ``"fr"``.
115121

0 commit comments

Comments
 (0)