4 Replies Latest reply on Sep 6, 2012 11:13 AM by ywang4362a

    With distribute mode, asynchronous adding key/value to cache is ONLY two times faster than synchronous adding.

    ywang4362a

      I did this experiment:

      1. Set up three node with distribute mode.

      2. One node is to inject 10000 pairs of key/value. The other nodes are to read.

      3. The number of owner is 2.

      In synchronous mode, the insert takes about 5 seconds. In asynchronous mode, the insert takes about 2.8 seconds.

      I think in async mode, it should be much faster.

       

      Any settings need to be changed to improve the asyn performance?

       

      Thanks!