]
William Burns updated ISPN-5516:
--------------------------------
Fix Version/s: (was: 8.0.0.Final)
SingleFileStore should skip loading from disk if value and metadata
are not requested
-------------------------------------------------------------------------------------
Key: ISPN-5516
URL:
https://issues.jboss.org/browse/ISPN-5516
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Affects Versions: 8.0.0.Alpha1
Reporter: William Burns
Assignee: Ryan Emerson
Fix For: 8.0.0.Beta3
SingleFileStore internally stores all of the keys in memory. If the loader task
doesn't require values or metadata there is no reason to go to disk as all of the
information is already present in its key cache.