I have a question regarding inserting data to Cassandra. I have deleted a row key from a Column Family(CF) after some time I am trying insert data with the same rowkey.
Let\'s say I have a column family named Questions like below: Questions = { Who are you: { username: \"user1\"
I am trying to implement a transaction system for Cassandra with the help of ZooKeeper. Since I don\'t think I have enough experience in database implementation, I would like to know if my idea would
i need to do something like this on apache cassandra, SELECT * FROM mytable where address = \"%indonesia%\"
I\'ve a problem storing 50Gb of logs each day in a distribu开发者_StackOverflow中文版ted environment. I looked at Hadoop HDFS but because it has problems running on Windows infrastructure, lack of mul
I start to using cassandra and I want to index my db with sphinx. I wrote ruby script which is used as xmlpipe, and I configure sphinx to use it.
I\'m fairly new to Apache Cassandra and nosql in general. In SQL I can do aggregate operations like: SELECT
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I am wondering because I searched the pdf \"[noSql] the definitive guide\" and \"beginning [noSql]\" for the word \"inheritance\" but I didn\'t find anyt开发者_StackOverflow中文版hing? am I missing so
If I delete every keys in a ColumnFamily in a Cassandra db usin开发者_Python百科g remove(key), then if I use get_range_slices, rows are still there but without columns. How could I remove entire rows?