-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
From discussion: https://github.com/infinispan/infinispan/pull/13156#discussion_r1833476251
With a delete query, it would be nice to send the remove operations concurrently, like two or four at a time. It may help improve performance in a cross-site deployment where the removals are slower than usual (due to site latency).
The proposed solution is adding a new method CompletionStages#performConcurrently that accepts a collector.
- is cloned by
-
JDG-7504 PerformConcurrently with collector
- Pull Request Sent