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 6E727D67E for ; Wed, 12 Sep 2012 05:33:10 +0000 (UTC) Received: (qmail 87614 invoked by uid 500); 12 Sep 2012 05:33:09 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 87506 invoked by uid 500); 12 Sep 2012 05:33:09 -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 87471 invoked by uid 99); 12 Sep 2012 05:33:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 05:33:08 +0000 Date: Wed, 12 Sep 2012 16:33:08 +1100 (NCT) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: <1628715076.67869.1347427988497.JavaMail.jiratomcat@arcas> In-Reply-To: <1774763565.37924.1345592798104.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (CASSANDRA-4565) TTL columns with older then gcgrace do not need to flush 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-4565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13453725#comment-13453725 ] Jonathan Ellis commented on CASSANDRA-4565: ------------------------------------------- You're right, can't really generalize this... still worth special casing batchlog probably. > TTL columns with older then gcgrace do not need to flush > -------------------------------------------------------- > > Key: CASSANDRA-4565 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4565 > Project: Cassandra > Issue Type: Improvement > Reporter: Edward Capriolo > Assignee: Aleksey Yeschenko > Fix For: 1.3 > > Attachments: cassandra-4565.patch.1.txt > > > With memcache many people are willing to sacrifice durability for performance. Cassandra has a TimeToLive feature that can be used in caching scenarios with low values for gc_grace_seconds. However from a code dive it seems that cassandra will always write TTL to disk, even those that are beyond gc_grace_seconds. If a use case very large memtables,small ttl, and small gc_grace it is possible that flushing these columns to disk can be skipped entirely in some scenarios. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira