Community

JBoss Cache v3.2.1 - very BAD performance on puts

reply from Michal Szymanski in JBoss Cache - View the full discussion

on my laptop write performance was 2500 oper/sec but read performance was around 500 000 oper/sec !

 

     for (int i = 0; i < 100000; i++) {
            String test = (String)appCache.get(tokenNodeFqn, "" + i);
            if (i%1000 == 0 ) {
                log.info("result=" + test);
            }
        }

Reply to this message by going to Community

Start a new discussion in JBoss Cache at Community