Introducing G2.ai, the future of software buying.Try now
Vijayakumar M.
VM
Adobe Certified AEM Lead Developer

To reduce the reindex time for a large index, consider the following strategies: 1. Increase the number of shards: Distribute the index across more shards to parallelize the reindexing process. 2. Use a faster storage: Ensure that the storage system used for the index is optimized for speed, such as using SSDs instead of HDDs. 3. Optimize the source index: Remove unnecessary fields and reduce the size of documents in the source index to speed up the reindexing process. 4. Use bulk requests: Reindex data in bulk to reduce the overhead of individual requests. 5. Adjust the refresh interval: Temporarily increase the refresh interval of the target index to reduce the overhead of frequent refreshes during reindexing. 6. Throttle the reindexing process: Use the `requests_per_second` parameter to control the rate of reindexing and prevent overwhelming the cluster. 7. Use parallel reindexing: If possible, run multiple reindexing tasks in parallel to speed up the process. 8. Monitor and optimize cluster performance: Ensure that the cluster is not overloaded and has sufficient resources to handle the reindexing task efficiently.

1 comment
Looks like you’re not logged in.
Users need to be logged in to answer questions
Log In
Mohammad Rashid R.
MR
AEM Certified Expert | Adobe Analytics & Launch | J2EE | Mulesoft | Freelancer
0
We can reduce the indexing time by creating Lucene Index.
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply
Vijayakumar M.
VM
Vijayakumar M.
Adobe Certified AEM Lead Developer
Expand/Collapse Options
I have lucene index only but for reindex is taking lot of time
Mohammad Rashid R.
MR
Mohammad Rashid R.
AEM Certified Expert | Adobe Analytics & Launch | J2EE | Mulesoft | Freelancer
Expand/Collapse Options
The paths required for search should be included.