1 Reply Latest reply on Jan 10, 2014 10:36 AM by mircea.markus

    Parallel scaning on infinispan

    anky

      Hi All,

       

      We would like to use infinispan in distributed mode.

      In our requirement, we would like to search on single field value and want to perform scanning of each record to fetch the desired records. We were planning to use mapreduce because it would execute the map function on each node and run the reducer function on any one node in cluster to achieve the fast result. But, MapReduce is not support by HotRod client.

       

      How we can distributed the scanning job  on each node to achieve the parallelism?

       

      Regards,

      Ankit