[infinispan-dev] very interesting performance results

Mircea Markus mircea.markus at jboss.com
Thu Jan 26 12:58:14 EST 2012


Hi,

As discussed on another thread, I've hacked the remote get to only go to a single node. The performance of put almost doubled, whilst the one of gets decreased by about 10 percent.
The performance decrease for gets is understandable, but I can't really understand why the write got so very fast. The OOB thread pool is not shared between the writes and the reads...
That makes me think that there might be a contention point between OOB and regular threads?

Cheers,
Mircea

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/infinispan-dev/attachments/20120126/ded1ed2e/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Distributed_GET.png
Type: image/png
Size: 38653 bytes
Desc: not available
Url : http://lists.jboss.org/pipermail/infinispan-dev/attachments/20120126/ded1ed2e/attachment-0002.png 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Distributed_PUT.png
Type: image/png
Size: 32853 bytes
Desc: not available
Url : http://lists.jboss.org/pipermail/infinispan-dev/attachments/20120126/ded1ed2e/attachment-0003.png 


More information about the infinispan-dev mailing list