Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 28778 invoked from network); 14 Apr 2010 21:34:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Apr 2010 21:34:29 -0000 Received: (qmail 17523 invoked by uid 500); 14 Apr 2010 21:34:28 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 17488 invoked by uid 500); 14 Apr 2010 21:34:28 -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 17480 invoked by uid 99); 14 Apr 2010 21:34:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 21:34:28 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jakers@gmail.com designates 209.85.160.44 as permitted sender) Received: from [209.85.160.44] (HELO mail-pw0-f44.google.com) (209.85.160.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 21:34:21 +0000 Received: by pwj2 with SMTP id 2so603121pwj.31 for ; Wed, 14 Apr 2010 14:33:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=ZRjH/JNSDsTqRFf/WxUMHT2FgyQoHKa2x2Fc4r1fFvY=; b=NsvTdp1DXzSDn1gXPi2JNcfiQLJiA23WR6nxjJzlUeshUhqO/mxb8KoIzeynZxV9sC u34M8OtG4ffvBUC6FLtU/qc/nAaGsj4HArcb+ICuBWT8owPr3EYQucYpq6lxde8ldD45 KVuY2jdpx1KHXp6p+cYLRxYvUoOY0Wn17Ss0g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=fgK4f0oH61L09oylR1CZsIqOMho/XCtHX5E/Mweuv/NdWLcWVq25+gdm4/s+BJMxG7 +4LSbE6VOeK1vLB57S6RsKZQ2F9UaJ6vgwE2EvTYNUUCliIHPBWX2J8XAe4BM7hV1nRp sdFM5yGUD2Gz2otFmAmgUk+TtmK16bJLA1zvI= MIME-Version: 1.0 Received: by 10.231.174.13 with HTTP; Wed, 14 Apr 2010 14:33:59 -0700 (PDT) In-Reply-To: References: <1271265373.32464.138.camel@erebus.lan> Date: Wed, 14 Apr 2010 21:33:59 +0000 Received: by 10.143.24.24 with SMTP id b24mr3824035wfj.180.1271280839435; Wed, 14 Apr 2010 14:33:59 -0700 (PDT) Message-ID: Subject: Re: Lucandra or some way to query From: Jake Luciani To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=001636e0a6aed827c604843922b9 X-Virus-Checked: Checked by ClamAV on apache.org --001636e0a6aed827c604843922b9 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, What doesn't work with lucandra exactly? Feel free to msg me. -Jake On Wed, Apr 14, 2010 at 9:30 PM, Jesus Ibanez wrote= : > I will explore Lucandra a little more and if I can't get it to work today= , > I will go for Option 2. > Using SQL will not be efficient in the future, if my website grows. > > Thenks for your answer Eric! > > Jes=FAs. > > > 2010/4/14 Eric Evans > > On Wed, 2010-04-14 at 06:45 -0300, Jesus Ibanez wrote: >> > Option 1 - insert data in all different ways I need in order to be >> > able to query? >> >> Rolling your own indexes is fairly common with Cassandra. >> >> > Option 2 - implement Lucandra? Can you link me to a blog or an article >> > that guides me on how to implement Lucandra? >> >> I would recommend you explore this route a little further. I've never >> used Lucandra so I can't be of help, but the author is active. Have you >> tried submitting an issue on the github project page? >> >> > Option 3 - switch to an SQL database? (I hope not). >> >> If your requirements can be met with an SQL database, then sure, why >> not? >> >> -- >> Eric Evans >> eevans@rackspace.com >> >> > --001636e0a6aed827c604843922b9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

What doesn't work with lucandra exactly? =A0Feel= free to msg me.

-Jake

On Wed, Apr 14, 2010 at 9:30 PM, Jesus Ibanez <= jesusibasim@gmail.com> wrote:
I will explore Lucandra a little more and i= f I can't get it to work today, I will go for Option 2.
Using SQL w= ill not be efficient in the future, if my website grows.

Thenks for your answer Eric!

Jes=FAs.


2= 010/4/14 Eric Evans <eevans@rackspace.com>

On Wed, 2010-04-14 at 06:45 -0300, Jesus Ibanez wrote:
> Option 1 - insert data in all different ways I need in order to be
> able to query?

Rolling your own indexes is fairly common with Cassandra.

> Option 2 - implement Lucandra? Can you link me to a blog or an article=
> that guides me on how to implement Lucandra?

I would recommend you explore this route a little further. I've n= ever
used Lucandra so I can't be of help, but the author is active. Have you=
tried submitting an issue on the github project page?

> Option 3 - switch to an SQL database? (I hope not).

If your requirements can be met with an SQL database, then sure, why<= br> not?

--


--001636e0a6aed827c604843922b9--