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 815D210BD9 for ; Mon, 30 Sep 2013 17:07:11 +0000 (UTC) Received: (qmail 28486 invoked by uid 500); 30 Sep 2013 17:07:08 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 28174 invoked by uid 500); 30 Sep 2013 17:07: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 28166 invoked by uid 99); 30 Sep 2013 17:07:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Sep 2013 17:07:02 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rcoli@eventbrite.com designates 209.85.216.44 as permitted sender) Received: from [209.85.216.44] (HELO mail-qa0-f44.google.com) (209.85.216.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Sep 2013 17:06:57 +0000 Received: by mail-qa0-f44.google.com with SMTP id j7so2509830qaq.17 for ; Mon, 30 Sep 2013 10:06:36 -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:date :message-id:subject:from:to:content-type; bh=3wRSEZde6kGQBRs/NUOEdUiBYgmZ2i5K9veMWNzKJ1s=; b=cjpPg0kTcs4S2RA5RS1+xld/gyOMc8cOTO5YxsRiKS3m50qyuftNW7e8HzZvyj5qeL h5JSX8r3/7fCbpjBAKFQ0xw1YOrVonm6o6PJahc9qmDqz+tq2BDqhlwJ3LHiv+099vtM AepbqEi2j6LojujAZqzn2ldoRa+d1Mhe8A9d7lZ3zOCxmoKw2LAYetO2s7HnKhDxtqV+ ddsPvGjwrE25rZhTpFFc8aOr+fvfngY3gAJnBuqQB8HXjTw41x/7veh1Bl4OQs8ZSQdn 2GeuW4Q6b9E7uZw5qGc91quRYcIVQ/3HKwn40uu+YJ6OnILd0685iagZao7ZOBqq1bPl emNA== X-Gm-Message-State: ALoCoQkgSvhibyHCpCjoObZPUufuE8DFs4cQm6f9Rs9UGDk5e+XTw1sADS+xxbk/q8di/jvJm3DV MIME-Version: 1.0 X-Received: by 10.49.37.193 with SMTP id a1mr29712675qek.56.1380560796718; Mon, 30 Sep 2013 10:06:36 -0700 (PDT) Received: by 10.49.67.70 with HTTP; Mon, 30 Sep 2013 10:06:36 -0700 (PDT) In-Reply-To: References: Date: Mon, 30 Sep 2013 10:06:36 -0700 Message-ID: Subject: Re: Why Solandra stores Solr data in Cassandra ? Isn't solr complete solution ? From: Robert Coli To: "user@cassandra.apache.org" Content-Type: multipart/alternative; boundary=047d7bb04252e1264204e79cdb99 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bb04252e1264204e79cdb99 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Sep 30, 2013 at 8:50 AM, Ertio Lew wrote: > Solr's data is stored on the file system as a set of index files[ > http://stackoverflow.com/a/7685579/530153]. Then why do we need anything > like Solandra or DataStax Enterprise Search? Isn't Solr complete solution > in itself ? What do we need to integrate with Cassandra ? > Solr's index sitting on a single machine, even if that single machine can vertically scale, is a single point of failure. The value add of DES is that the index has the same availability characteristics as the underlying data, because it is stored in the same cluster. =Rob --047d7bb04252e1264204e79cdb99 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Mon, Sep 30, 2013 at 8:50 AM, Ertio Lew <ertiop93@gma= il.com> wrote:
Solr's data is=A0stored on the file system as a = set of index files[http://stackoverflow.com/a/7685579/530153]. Then why do we need anything = like Solandra or DataStax Enterprise Search? Isn't Solr complete soluti= on in itself ? =A0What do we need to integrate with Cassandra ?

Solr's index sitting on a single machi= ne, even if that single machine can vertically scale, is a single point of = failure.

The value add of DES is that the index ha= s the same availability characteristics as the underlying data, because it = is stored in the same cluster.

=3DRob
=A0
--047d7bb04252e1264204e79cdb99--