Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4815618F24 for ; Tue, 7 Jul 2015 20:32:10 +0000 (UTC) Received: (qmail 73871 invoked by uid 500); 7 Jul 2015 20:32:05 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 73837 invoked by uid 500); 7 Jul 2015 20:32:05 -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 73708 invoked by uid 99); 7 Jul 2015 20:32:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2015 20:32:05 +0000 Date: Tue, 7 Jul 2015 20:32:05 +0000 (UTC) From: "Ariel Weisberg (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-9718) Upgrade to OHC 0.4 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-9718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14617335#comment-14617335 ] Ariel Weisberg commented on CASSANDRA-9718: ------------------------------------------- Are you suggesting we push the usage of ByteBuffer down into all the dependent data types that have serialization written in terms of streams? I could try it but my guess is that it would reach pretty far. The alternative is creating parallel serialization for the dependent types that take a ByteBuffer. It looks like it eventually hits UnfilteredRowIterator which is shared for things like intra-cluster messaging which support compression. > Upgrade to OHC 0.4 > ------------------ > > Key: CASSANDRA-9718 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9718 > Project: Cassandra > Issue Type: Improvement > Reporter: Ariel Weisberg > Assignee: Ariel Weisberg > > 0.4 provides a ByteBuffer for serialization/deserialization allowing more efficient encoding/decoding. -- This message was sent by Atlassian JIRA (v6.3.4#6332)