]
Tristan Tarrant updated ISPN-6843:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Beta1
9.0.0.Final
Resolution: Done
JdbcStringBasedStore process does not iterate entries in parallel
-----------------------------------------------------------------
Key: ISPN-6843
URL:
https://issues.jboss.org/browse/ISPN-6843
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Affects Versions: 9.0.0.Alpha2
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 9.0.0.Beta1, 9.0.0.Final
Current the process method is simply submitted to the executor and executed as one.
Instead, the resultset of the query should be iterated in parallel like in
JdbcBinaryStore.