Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5496E17BFE for ; Thu, 21 May 2015 13:05:58 +0000 (UTC) Received: (qmail 89977 invoked by uid 500); 21 May 2015 13:05:55 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 89930 invoked by uid 500); 21 May 2015 13:05:55 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 89920 invoked by uid 99); 21 May 2015 13:05:55 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2015 13:05:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id CFA72C739B for ; Thu, 21 May 2015 13:05:54 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.979 X-Spam-Level: ** X-Spam-Status: No, score=2.979 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id pDZ_o3VcCo4Z for ; Thu, 21 May 2015 13:05:51 +0000 (UTC) Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 23A4326208 for ; Thu, 21 May 2015 13:05:51 +0000 (UTC) Received: by wgjc11 with SMTP id c11so85051153wgj.0 for ; Thu, 21 May 2015 06:05:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=L8BZ+nJgfFTx4Eo99twiG4ZJohHtU6zKTlyPTIXAk7s=; b=TYSMMFokXp4Gp0h5t0Kv5rpekP2ojkIbD/WmrUcmUVVf3SVIjWVdf1cKguJoIxLgDe tiVlxJHRh2N3l8DX3KD/SN4uSV+uig5L6QYEtOEku1xUtRrIJ1n8ZoerVn7r00MN1YV7 qonZ2/f/GVFllSMy55F33RKsXzbs3KgupTu+oMwutSczMiKaRwlzwSvjynEXAsacrly0 /OBZehdjEtQRqVymFWhbLDnrggKiEAdR8JmSmVaEEVIoGZ7LsZuLbKI2lMYwvTELCX/H C9RBfy5eu2Bb35O1pzASNQ7QvPUPGI1fg31roUxzcDqDL4X9S9m+5yhawVGDQqHRYepp wPLg== X-Gm-Message-State: ALoCoQnRt1srzWJzeBr/lpEDXcOtpHuETCsA3eTafYLEa9KJCn/bvCtA5CNv4NbZeqUBqBToOMuC X-Received: by 10.194.235.100 with SMTP id ul4mr5055176wjc.33.1432213504544; Thu, 21 May 2015 06:05:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.48.46 with HTTP; Thu, 21 May 2015 06:04:34 -0700 (PDT) In-Reply-To: References: From: Ken Hancock Date: Thu, 21 May 2015 09:04:34 -0400 Message-ID: Subject: Re: Disabling auto snapshots To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=089e014941882e660205169731a2 --089e014941882e660205169731a2 Content-Type: text/plain; charset=UTF-8 Is there any method to disable this programmatically on a table-by-table basis. I'm running into an issue regarding drop table which I'll post in a separate thread. On Thu, May 21, 2015 at 3:34 AM, Mark Reddy wrote: > To disable auto snapshots, set the property auto_snapshot: false in your > cassandra.yaml file. > > Mark > > On 21 May 2015 at 08:30, Ali Akhtar wrote: > >> Is there a config setting where automatic snapshots can be disabled? I >> have a use case where a table is truncated quite often, and would like to >> not have snapshots. I can't find anything on google. >> >> Thanks. >> > > --089e014941882e660205169731a2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Is there any method to disable this programmatically = on a table-by-table basis.

I'm running into an issue = regarding drop table which I'll post in a separate thread.

On Thu, May 21, 2015= at 3:34 AM, Mark Reddy <mark.l.reddy@gmail.com> wrote:=
To disable auto snapsho= ts, set the property auto_snapshot: false in your cassandra.yaml file.

Mark

On 21 May 2015 at 08:30, Ali Akhtar <ali= .rac200@gmail.com> wrote:
<= div dir=3D"ltr">Is there a config setting where automatic snapshots can be = disabled? I have a use case where a table is truncated quite often, and wou= ld like to not have snapshots. I can't find anything on google.
Thanks.

<= tbody><= /tr>=



--089e014941882e660205169731a2--