1 Reply Latest reply on Apr 9, 2014 9:52 AM by rvansa

    loading large data into cache

    jagdip

      Hi,

      I am new to infinispan and i have played with quickstart examples such as helloworld and carmart etc.

      Is there  an example to load large about of data such as 5 to 10 GB of data and see how infinispan performs while loading and retrieving data from it?

        • 1. Re: loading large data into cache
          rvansa

          So far there's no API optimized for loading tons of data. Just spawn X threads to get rid of latency (depends on the machine, 50 could be sufficient) and execute regular operations (cache.put(key, value)).