Skip to content

Commit aaa75a4

Browse files
Update modules/ROOT/pages/performance/index-configuration.adoc
Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com>
1 parent c0b0290 commit aaa75a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ Even though the deprecated index provider `lucene+native-3.0` can also be used f
7373

7474
The index provider `native-btree-1.0` has a key size limit of approximately 8kB.
7575

76-
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.
76+
If a transaction exceeds this limit for any of its changes, it will fail before committing any changes.
77+
If the limit is reached during index population, the resulting index will be in a failed state and cannot be used for any queries.
7778

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

0 commit comments

Comments
 (0)