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 4A2E23D99 for ; Thu, 28 Apr 2011 22:58:44 +0000 (UTC) Received: (qmail 23454 invoked by uid 500); 28 Apr 2011 22:58:44 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 23432 invoked by uid 500); 28 Apr 2011 22:58:44 -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 23424 invoked by uid 99); 28 Apr 2011 22:58:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2011 22:58:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2011 22:58:41 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3DF66B8BB3 for ; Thu, 28 Apr 2011 22:58:03 +0000 (UTC) Date: Thu, 28 Apr 2011 22:58:03 +0000 (UTC) From: "Pavel Yaskevich (JIRA)" To: commits@cassandra.apache.org Message-ID: <138325435.10259.1304031483250.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <911555741.52193.1302613925749.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CASSANDRA-2459) move SSTableScanner to use SSTableReader.dfile instead of BRAF MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich resolved CASSANDRA-2459. ---------------------------------------- Resolution: Won't Fix > move SSTableScanner to use SSTableReader.dfile instead of BRAF > -------------------------------------------------------------- > > Key: CASSANDRA-2459 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2459 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Pavel Yaskevich > Assignee: Pavel Yaskevich > Priority: Minor > Fix For: 1.0 > > > That can give us the following benefits: > a). don't need to skip a cache because we will be operating on memory mappings > b). better performance (not copying data between kernel and user buffers as effect gained from using memory mapped segments, avoiding time operating on the kernel mode (+ time for switching context and read-ahead pressure) which BRAF involves) > c). less impact on the live-reads > d). less garbage will be created > e). less file descriptors opened -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira