Infinispan Benchmarks
by Michael Lawson (mshindo)
Hi,
I have been performing some benchmark testing on Infinispan Running in
Distributed mode, with some unexpected results.
For an insertion with a Key size of 100 Bytes, and Value size 100 Bytes, the
insertion time was 0.13ms and retrieval was 128.06ms.
Communication with the infinispan nodes is being done via a socket
interface, using standard java serialization.
The retrieval time is consistently high in comparison to other systems, and
I am wondering whether there are some other benchmark reports floating
around that I can compare results with.
--
Michael Lawson