Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4CFEE200A01 for ; Tue, 3 May 2016 15:00:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4C4FF1609F5; Tue, 3 May 2016 15:00:17 +0200 (CEST) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C42231609F3 for ; Tue, 3 May 2016 15:00:16 +0200 (CEST) Received: (qmail 23865 invoked by uid 500); 3 May 2016 13:00:15 -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 23817 invoked by uid 99); 3 May 2016 13:00:15 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2016 13:00:15 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 70A7C2C1F76 for ; Tue, 3 May 2016 13:00:15 +0000 (UTC) Date: Tue, 3 May 2016 13:00:15 +0000 (UTC) From: "T Jake Luciani (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-5863) In process (uncompressed) page cache MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 03 May 2016 13:00:17 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-5863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15268655#comment-15268655 ] T Jake Luciani commented on CASSANDRA-5863: ------------------------------------------- I committed in (my own patch) {{7c559def3422fe9e0edb161eeff85ae9ca853952}} > In process (uncompressed) page cache > ------------------------------------ > > Key: CASSANDRA-5863 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5863 > Project: Cassandra > Issue Type: Sub-task > Reporter: T Jake Luciani > Assignee: Branimir Lambov > Labels: performance > Fix For: 3.6 > > > Currently, for every read, the CRAR reads each compressed chunk into a byte[], sends it to ICompressor, gets back another byte[] and verifies a checksum. > This process is where the majority of time is spent in a read request. > Before compression, we would have zero-copy of data and could respond directly from the page-cache. > It would be useful to have some kind of Chunk cache that could speed up this process for hot data, possibly off heap. -- This message was sent by Atlassian JIRA (v6.3.4#6332)