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 8FAEA4ED1 for ; Wed, 8 Jun 2011 13:49:20 +0000 (UTC) Received: (qmail 28446 invoked by uid 500); 8 Jun 2011 13:49:18 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 28425 invoked by uid 500); 8 Jun 2011 13:49:18 -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 28417 invoked by uid 99); 8 Jun 2011 13:49:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 13:49:18 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of izquierdo@strands.com designates 217.116.18.226 as permitted sender) Received: from [217.116.18.226] (HELO mail.strands.com) (217.116.18.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 13:49:10 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.strands.com (Postfix) with ESMTP id AD9EC30459B for ; Wed, 8 Jun 2011 15:48:49 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at strands.com X-Spam-Score: -9.5 X-Spam-Level: Received: from mail.strands.com ([127.0.0.1]) by localhost (mail.strands.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iFJybZ7bFbnD for ; Wed, 8 Jun 2011 15:48:49 +0200 (CEST) Received: from [192.168.1.141] (77.207.218.87.dynamic.jazztel.es [87.218.207.77]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: izquierdo) by mail.strands.com (Postfix) with ESMTPSA id 11C30304590 for ; Wed, 8 Jun 2011 15:48:49 +0200 (CEST) Subject: Re: Data directories From: =?ISO-8859-1?Q?H=E9ctor?= Izquierdo Seliva To: user@cassandra.apache.org In-Reply-To: References: <1307526864.1911.0.camel@Avalon> Content-Type: text/plain; charset="UTF-8" Date: Wed, 08 Jun 2011 15:48:47 +0200 Message-ID: <1307540927.1911.2.camel@Avalon> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 8bit X-Old-Spam-Flag: NO X-Old-Spam-Status: No, score=-9.5 required=5.1 tests=[ALL_TRUSTED=-5.5, BAYES_00=-4] autolearn=ham El mié, 08-06-2011 a las 08:42 -0500, Jonathan Ellis escribió: > No. https://issues.apache.org/jira/browse/CASSANDRA-2749 is open to > track this but nobody is working on it to my knowledge. > > Cassandra is fine with symlinks at the data directory level but I > don't think that helps you, since you really want to move the sstables > themselves. (Cassandra is NOT fine with symlinked sstable files, or > with any moving around of sstable files while it is running.) I was planing on creating another keyspace and moving the slow sstables there. Of course everything done while the node is stopped. Thanks for your help