Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 92422 invoked from network); 19 Sep 2009 01:42:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Sep 2009 01:42:21 -0000 Received: (qmail 92840 invoked by uid 500); 19 Sep 2009 01:42:20 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 92770 invoked by uid 500); 19 Sep 2009 01:42:20 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 92761 invoked by uid 99); 19 Sep 2009 01:42:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Sep 2009 01:42:20 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.125.92.146] (HELO qw-out-1920.google.com) (74.125.92.146) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Sep 2009 01:42:11 +0000 Received: by qw-out-1920.google.com with SMTP id 5so486244qwf.54 for ; Fri, 18 Sep 2009 18:41:50 -0700 (PDT) Received: by 10.224.78.22 with SMTP id i22mr1973582qak.280.1253324509536; Fri, 18 Sep 2009 18:41:49 -0700 (PDT) Received: from ?10.0.1.13? (cpe-69-203-31-11.nyc.res.rr.com [69.203.31.11]) by mx.google.com with ESMTPS id 6sm285178qwd.53.2009.09.18.18.41.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 18 Sep 2009 18:41:49 -0700 (PDT) Content-Type: text/plain; charset=windows-1252; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v1076) Subject: Re: New Features - Future releases From: Joe Stump In-Reply-To: <9aa5ef84c3b75a9cab00732dbfef23d3@mail> Date: Fri, 18 Sep 2009 21:41:48 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <9b40bc2a0909181650n541e3c53p5b8b56bd397c5a9f@mail.gmail.com> <9aa5ef84c3b75a9cab00732dbfef23d3@mail> To: cassandra-user@incubator.apache.org X-Mailer: Apple Mail (2.1076) X-Virus-Checked: Checked by ClamAV on apache.org On Sep 18, 2009, at 9:33 PM, wrote: > =95 ACL I'm strongly against ACL. Cassandra was built for highly scalable and =20= highly distributed environments, which always sit behind firewalls. =20 ALC's can easily be implemented in a service layer in front of =20 Cassandra. > =95 Multiple data center replication in the background. maybe a = multi =20 > master type thing It already has this. It was built from the ground up for this. It's =20 highly tolerant to partitioning and has always available writes. All =20 replication is done in the background (unless you specifically set a =20 write to a high consistency level). --Joe