-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: OpenSearch DoS, Search - OpenSearch
-
1
-
CtB - Improve Existing
Problem
Currently when performing a Full Reindex, while using OpenSearch with Confluence, the content to be indexed get added to a buffer and then sent to OpenSearch using the _bulk rest api. These bulk requests are currently sent sequentially despite the Full Reindex is performed using multiple threads to process the content.
Suggested Solution
Implement parallel bulk requests.
Why This Is Important
Parallel bulk requests will decrease the total reindexing time and can use more efficiently the nodes deployed in the OpenSearch data cluster.
Workaround
None
- mentioned in
-
Page Loading...