-
Task
-
Resolution: Done
-
Major
-
15.0.4.Final
-
None
We want to exploit the fact that we can have multiple indexing queues for each index.
This has two benefits:
- Reduce the risk of deadlock / stack overflow of offloaded calls
- Can potentially improve the concurrency
The distribution to the queues (buckets) are performed applying an hash function to the document id.