Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 19804 invoked from network); 29 Nov 2010 20:23:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Nov 2010 20:23:33 -0000 Received: (qmail 17524 invoked by uid 500); 29 Nov 2010 20:23:33 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 17467 invoked by uid 500); 29 Nov 2010 20:23:33 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 17454 invoked by uid 99); 29 Nov 2010 20:23:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Nov 2010 20:23:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Nov 2010 20:23:32 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oATKNCRh018046 for ; Mon, 29 Nov 2010 20:23:12 GMT Message-ID: <7908581.9181291062192380.JavaMail.jira@thor> Date: Mon, 29 Nov 2010 15:23:12 -0500 (EST) From: "Eric Evans (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-1765) Compare serialization metrics between a few frameworks. In-Reply-To: <4118164.236101290445933885.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964919#action_12964919 ] Eric Evans commented on CASSANDRA-1765: --------------------------------------- So I went ahead and applied some of the remaining feedback from Scott Carey and the results where very impressive. https://gist.github.com/6be358038fce183911b5 Most of this came from the reuse of the Encoder (and backing outputstream), and Decoder. I'm not entirely sure whether the datum reuse is valid, or representative of Real World use (I think it is), but that contributed to less than 100ms toward the deserialization improvements. > 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: 0001-CASSANDRA-1765-allocate-memory-for-binary-deserializ.patch, 0001-inserts-codes-for-properly-calling-full-GC-into-Mess.patch, v1-0001-CASSANDRA-1765-create-reader-writer-once.txt, v1-0001-CASSANDRA-1765-don-t-ser-dser-schema-string.txt, v1-0001-IDL-and-RangeSliceCommand-alteration.txt, v1-0002-msgpack-dependencies.txt, v1-0003-serialization-tests.txt, v1-0004-jvm-warmup-and-other-improvements.-by-Muga-Nishizawa.txt, v2-0001-CASSANDRA-1765-create-reader-writer-once.txt, v2-0001-IDL-and-RangeSliceCommand-alteration.txt, v2-0002-msgpack-dependencies.txt, v2-0003-serialization-tests.txt, v2-0004-jvm-warmup-and-other-improvements.-by-Muga-Nishizawa.txt, v2-0005-don-t-bother-with-sending-schema-on-avro-tests.-patch-.txt, v2-0006-allocate-memory-more-efficently-for-msgpack.-patch-by-.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.