1 Reply Latest reply on Jun 26, 2012 1:48 PM by galder.zamarreno

    Strategy when populating a FileCacheStore-backed Infinispan Cache

    jamesbee

      When using Infinispan (2.1.5CR1 on Oracle Java 6 on Windows), am I right in thinking that when using a FileCacheStore, it's better to store my values in the cache with the objects fully cooked (my objects encapsulate data from a series of db tables) rather than updating an already-cached value object several times with the results of each query in turn?

      If I were to mutate the values in my cache would that lead to fragmentation of the values on-disk and therefore (I imagine) hurt the lookup performance?