Does anyone have experience with Cassandra when nodes go down or are unavailable? I am mostly interested in whether the cluster rebalances and w开发者_StackOverflow社区hat happens when the nodes come
How can i get the keys of the column having sex = male. Using the php library from http://wiki.apache.org/cassandra/ClientExamples
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? U开发者_开发技巧pdate the question so it can be answered with facts and citati
We\'re setting out to build an online platform (API, Servers, Data, Wahoo!). For context,开发者_JS百科 imagine that we need to build something like twitter, but with the comments (tweets) organized ar
How can I create or associ开发者_开发技巧ate a super column to a column in Perl using Net::Cassandra?I just chatted with the module author and he doesn\'t understand the question. Then he guessed you
I\'m trying to think about how a Python API might look for large datastores like Cassandra.R, Matlab, and NumPy tend to use the \"everything is a matrix\" formulation and execute each operation separa
Is there a way to get a row count (key count) of a single column family in Cassandra? get_count can only be used to get the column count.
I\'m evaluating a storage platform for an upcoming project and keep coming back to Cassandra. For this project loosing any amount of data is unacceptable. So far we\'ve used a relational database (Mic
Can I used cassandra on EC2 instances without Elastic IP addresses? I believe in that case any instance that goes down, would create an issue.
I have a table defined as: CREATE TABLE downtime( asset_code text, down_start timestamp, down_end timestamp,