Skip to content

Commit

Permalink
Update modules/ROOT/pages/performance/index-configuration.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
renetapopova authored Jun 26, 2024
1 parent a9af1fa commit b928bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/performance/index-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Eventually, consistent indexes are updated "as soon as possible".
This is turned off by default, and full-text indexes are fully consistent.

`dbms.index.fulltext.eventually_consistent_index_update_queue_max_length`::
Eventually_consistent full-text indexes have their updates queued up and applied in a background thread, and this setting determines the maximum size of that update queue.
Eventually consistent full-text indexes have their updates queued up and applied in a background thread, and this setting determines the maximum size of that update queue.
If the maximum queue size is reached, the commit transactions block and wait until there is more room in the queue before adding more updates.
+
This setting applies to all eventually_consistent full-text indexes, and they all use the same queue.
Expand Down

0 comments on commit b928bc2

Please sign in to comment.