Re: Lucandra or some way to query

2010-04-15 Thread malsmith
searching? > > -- > View this message in context: > > http://n2.nabble.com/Lucandra-or-some-way-to-query-tp4900727p4905149.html > Sent from the cassandra-u...@incubator.apache.org mailing list > archive at Nabble.com. > >

Re: Lucandra or some way to query

2010-04-14 Thread Jake Luciani
searching? > -- > View this message in context: > http://n2.nabble.com/Lucandra-or-some-way-to-query-tp4900727p4905149.html > Sent from the cassandra-u...@incubator.apache.org mailing list archive at > Nabble.com. >

Re: Lucandra or some way to query

2010-04-14 Thread HubertChang
arching? -- View this message in context: http://n2.nabble.com/Lucandra-or-some-way-to-query-tp4900727p4905149.html Sent from the cassandra-u...@incubator.apache.org mailing list archive at Nabble.com.

Re: Lucandra or some way to query

2010-04-14 Thread Zhuguo Shi
I think Lucandra is really a great idea, but since it needs order-preserving-partitioner, does that mean there may be some 'hot-spot' during searching?

Re: Lucandra or some way to query

2010-04-14 Thread Jake Luciani
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 gr

Re: Lucandra or some way to query

2010-04-14 Thread Jesus Ibanez
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ús. 2010/4/14 Eric Evans > On Wed, 2010-04-14 at 06:45 -0300, Jesus Ibanez wrote: > > Option 1

Re: Lucandra or some way to query

2010-04-14 Thread 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 t

Lucandra or some way to query

2010-04-14 Thread Jesus Ibanez
Hello. I need to know how to search in Cassandra. I could save the data in different ways so I can then retrive it like for example this: get keyspace.users['123'] => (column=name, value=John, timestamp=xx) get keyspace.searchByName['John'] => (column=userID, value=123, timestamp=xxx