Re: List all keys with RandomPartitioner

2012-02-22 Thread Rafael Almeida
From: Franc Carter franc.car...@sirca.org.au To: user@cassandra.apache.org Sent: Wednesday, February 22, 2012 9:24 AM Subject: Re: List all keys with RandomPartitioner On Wed, Feb 22, 2012 at 8:47 PM, Flavio Baronti f.baro...@list-group.com wrote: I need to

Re: Please advise -- 750MB object possible?

2012-02-22 Thread Rafael Almeida
Keep them where? From: Mohit Anchlia mohitanch...@gmail.com To: user@cassandra.apache.org Cc: potek...@bnl.gov Sent: Wednesday, February 22, 2012 3:44 PM Subject: Re: Please advise -- 750MB object possible? In my opinion if you are busy site or application

Re: Best indexing solution for Cassandra

2011-09-28 Thread Rafael Almeida
From Anthony Ikeda anthony.ikeda@gmail.com: Well, we go live with our project very soon and we are now looking into what we will be doing for the next phase. One of the enhancements we would like to consider is an indexing platform to start building searches into our application.

Re: Problems using Thrift API in C

2011-08-04 Thread Rafael Almeida
- Original Message - From: Konstantin Naryshkin konstant...@a-bb.net To: user@cassandra.apache.org Cc: Sent: Thursday, August 4, 2011 10:36 AM Subject: Re: Problems using Thrift API in C I have had similar issues when I generated Cassandra for Erlang. It seems that Thrift

Re: How tokens work?

2011-07-31 Thread Rafael Almeida
On Saturday, July 30, 2011, Rafael Almeida almeida...@yahoo.com wrote: Hello,   I have computers that are better than others in my cluster. In special, there's one which is much better and I'd like to give it more load than the others.  Is it possible? I'm using RandomPartitioner, should I use

Re: Internal error processing get during bootstrap

2011-07-31 Thread Rafael Almeida
I'm going to tell you guys the answers I could find so far. On Tuesday, July 26, 2011, Rafael Almeida almeida...@yahoo.com wrote: I couldn't find much documentation regarding how to make a cluster, but it seemed simple enough. At cassandra server A (10.0.0.2) I had seeds: locahost. At server

Re: Kundera 2.0.2 Released

2011-07-30 Thread Rafael Almeida
On Saturday, July 30, 2011, Amresh Singh amry...@gmail.com wrote: We are happy to announce release of Kundera 2.0.2 Kundera is a JPA 2.0 compliant, Object-Datastore Mapping Library for NoSQL Datastores. The idea behind Kundera is to make working with NoSQL Databases drop-dead simple and fun.

How tokens work?

2011-07-30 Thread Rafael Almeida
Hello, I have computers that are better than others in my cluster. In special, there's one which is much better and I'd like to give it more load than the others. Is it possible? I'm using RandomPartitioner, should I use other? Should I select tokens in some particular way? How is load

Internal error processing get during bootstrap

2011-07-26 Thread Rafael Almeida
Hello, I'm evaluating cassandra for use in my system. I could add approximately 16 million items using a single node. I'm using libcassandra (I can find my way through its code when I need to) to connect to it and I already have some infrastructure for handling and adding those items (I was