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 8873B10A4E for ; Sat, 5 Oct 2013 22:03:04 +0000 (UTC) Received: (qmail 14121 invoked by uid 500); 5 Oct 2013 22:03:02 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 14049 invoked by uid 500); 5 Oct 2013 22:03:02 -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 14041 invoked by uid 99); 5 Oct 2013 22:03:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Oct 2013 22:03:02 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of isibboi@gmail.com designates 74.125.83.50 as permitted sender) Received: from [74.125.83.50] (HELO mail-ee0-f50.google.com) (74.125.83.50) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Oct 2013 22:02:54 +0000 Received: by mail-ee0-f50.google.com with SMTP id d51so2438166eek.23 for ; Sat, 05 Oct 2013 15:02:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=nNIbhRO51nXiWtZS5XE27eydbAIXbqC6Vb7qXrVn2kc=; b=jfmjeerCD5WyJWvlT2yRuazGyet/xMW7LVu8e35CCkZv9eY2PZYK/TU7sUrsrk2FVM lLLfupMyzsHAcd8/AuqXSWTFM0cfZjSYcCIvfZTOGY6W0lYQyzzJ9dG/VvQRqpIwMq15 8pLMxjsNnL7rsnRcOWze5z7xSr+g4pAw4Ubh0/jWQWqIu9LWX7+6HhF4C6t36vh6oiXP MOmifHvIuIYhKhuUlMU6xGgrvrHsfPAdOmcDiP0EHkoZvw92eneI4yMQHermhp+9th0D aTz9R8OmehIgimsogUXTBnQxiWExOT61ggYtLZk06YPDC1DkCJfDqs+sjjRx8JnGsqtS uU5Q== X-Received: by 10.15.64.1 with SMTP id n1mr34663431eex.15.1381010554342; Sat, 05 Oct 2013 15:02:34 -0700 (PDT) Received: from [172.20.249.197] (nat-wh-wha7.rz.uni-karlsruhe.de. [141.70.81.155]) by mx.google.com with ESMTPSA id x47sm43993032eea.16.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 05 Oct 2013 15:02:33 -0700 (PDT) Message-ID: <52508C78.4030505@gmail.com> Date: Sun, 06 Oct 2013 00:02:32 +0200 From: Sebastian Schmidt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: user@cassandra.apache.org Subject: Re: Deleting Row Key References: <52500621.80306@gmail.com> In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Am 06.10.2013 00:00, schrieb Cem Cayiroglu: > It will be deleted after a compaction. > > Sent from my iPhone > > On 05 Oct 2013, at 07:29, Sebastian Schmidt wrote: > >> Hi, >> >> per default, the key of a row is not deleted, if all columns were >> deleted. I tried to figure out why, but I didn't find an answer, except >> that it is 'intended'. Why is that intended? And is there a possibility >> to manually delete the row key? >> >> Regards >> Sebastian Okay, thanks. Can I manually start the compaction process?