1 Reply Latest reply on Sep 18, 2007 1:24 PM by manik

    ClusteredCacheLoader asks all servers in a cluster? faster?

    brucespringfield

      When looking for data does the ClusteredCacheLoader query all servers in a cluster? Is there any way to limit this search just to a Buddy or a particular server?

      Also, is data access via ClusteredCacheLoader faster than JDBCCacheLoader?

        • 1. Re: ClusteredCacheLoader asks all servers in a cluster? fast
          manik

           

          "BruceSpringfield" wrote:
          When looking for data does the ClusteredCacheLoader query all servers in a cluster? Is there any way to limit this search just to a Buddy or a particular server?


          Yes it does. This is something that needs fixing, pending JGRP-518 and JGroups 2.6. See JBCACHE-1186.

          "BruceSpringfield" wrote:

          Also, is data access via ClusteredCacheLoader faster than JDBCCacheLoader?


          Depends on your DB and your cluster. ;)