]
Ryan Emerson updated ISPN-6843:
-------------------------------
Status: Open (was: New)
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
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.