1 Reply Latest reply on Feb 22, 2011 8:07 AM by mircea.markus

    organizing data in infinispan

    camechis

      I am currently investigating the use of infinispan.  One thing I am trying to understand is how to propertly organize data in an infinispan grid. Currently our project is using Hibernate with a DB so it has more of a relational aspect currently.  Is there any best practices on how to setup data in a grid so its easy to find and how to create object graphs?  How much data should be stored in one cache entry?  Can you have a object stored in cache that contains a list of other objects?