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 D33A0D9EA for ; Wed, 12 Sep 2012 12:00:01 +0000 (UTC) Received: (qmail 72212 invoked by uid 500); 12 Sep 2012 11:59:59 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 71838 invoked by uid 500); 12 Sep 2012 11:59:56 -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 71815 invoked by uid 99); 12 Sep 2012 11:59:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 11:59:55 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.174.58.133] (HELO XEDGEB.nrel.gov) (192.174.58.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 11:59:49 +0000 Received: from XHUBB.nrel.gov (10.20.4.59) by XEDGEB.nrel.gov (192.174.58.133) with Microsoft SMTP Server (TLS) id 8.3.245.1; Wed, 12 Sep 2012 05:59:23 -0600 Received: from MAILBOX2.nrel.gov ([fe80::19a0:6c19:6421:12f]) by XHUBB.nrel.gov ([::1]) with mapi; Wed, 12 Sep 2012 05:59:27 -0600 From: "Hiller, Dean" To: "user@cassandra.apache.org" Date: Wed, 12 Sep 2012 05:59:25 -0600 Subject: thoughts on this feature request Thread-Topic: thoughts on this feature request Thread-Index: Ac2Q3g5VIvrRzZGpSB2riRoIyPGVKg== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.3.120616 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Using wide rows for indexing is extremely common. I was wondering if we co= uld get some type of command like so for index rows Remove . AND Add . such that if . is= NOT found, the whole row will be scanned for . and remove t= hat value instead. This would rock for all those people using wide rows as= indices on a RF=3D3 with QUOROM writes and reads as the index would always= be consistent as well. The above situation can occur frequently in some systems and it would just = be nice for it not to happen with QUOROM and RF=3D3 is all. Maybe I should just file a ticket and if it ever picks up enough votes, the= community might consider implementing it? Thoughts? Dean