Skip to content

Commit c0b0290

Browse files
Update modules/ROOT/pages/performance/index-configuration.adoc
Co-authored-by: NataliaIvakina <[email protected]>
1 parent 88485ab commit c0b0290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/performance/index-configuration.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The index provider `native-btree-1.0` has a key size limit of approximately 8kB.
7676
If a transaction exceeds this limit for any of its changes, it will fail before committing any changes. If the limit is reached during index population, the resulting index will be in a failed state and cannot be used for any queries.
7777

7878
In such a situation, you can use the index provider `lucene+native-3.0`.
79-
This provider has a key size limit for single property strings of around 32kB.
79+
This provider has a key size limit for single property strings of approximately 32kB.
8080

8181

8282
[[index-configuration-btree-limitations-workarounds]]

0 commit comments

Comments
 (0)