[
https://issues.apache.org/jira/browse/CASSANDRA-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935288#action_12935288
]
Muga Nishizawa commented on CASSANDRA-1765:
-------------------------------------------
If you want to simply compare performance of each serialization library, I
recommend that JVM warmup processing is properly separated from serialization
(or deserialization) processing in your benchmark. For example,
jvm-serializers, which is a benchmark, is composed of the following processings
and executes those processings sequentially. jvm-serializers benchmark
explicitly calls full GC before executing each processing.
* object creation processing
* JVM warmup processing for object serialization
* object serialization processing
* JVM warmup processing for binary deserialization
* binary deserialization processing
You can get more information about jvm-serializers at the following website.
* jvm-serializers: https://github.com/eishay/jvm-serializers
* BenchmarkRunner:
https://github.com/eishay/jvm-serializers/blob/kannan/tpc/src/serializers/BenchmarkRunner.java
> Compare serialization metrics between a few frameworks.
> -------------------------------------------------------
>
> Key: CASSANDRA-1765
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1765
> Project: Cassandra
> Issue Type: Task
> Reporter: Gary Dusbabek
> Assignee: Gary Dusbabek
> Priority: Minor
> Fix For: 0.8
>
> Attachments: v0-0001-IDL-and-RangeSliceCommand-alteration.txt,
> v0-0002-msgpack-dependencies.txt, v0-0003-serialization-tests.txt
>
>
> Compare serialization performance of Cassandra (ICompactSerializer), Thrift,
> Avro and Messagepack.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.