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.
>
>
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.
>
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.
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?
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
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
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
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