Right now, I have to manually generate the composite key by formatting the subkeys together. It\'s ugly and not efficient. I wonder if Hector provides such set of APIs to handle composite keys 开发者_
With PHPC开发者_开发技巧assa I am removing a row. But when I use remove($uuid) the uuid stays in the DB. Is there a way to remove the row and the RowKey?
I\'m having problems with using the time_uuid type as a key in my columnfamily. I want to store my records, and have them ordered by when they were inserted, and then I figured that the time_uuid is a
How can I create a safety copy (dump) from Cassandra. Is available any tool like mysqldump? Maybe there is a way to make something like an ISO imag开发者_StackOverflow社区e from database?See http://wi
I just set up a 3 node system with ip addresses \"192.168.0.101\", \"192.168.0.102\", \"192.168.0.103\". I have set the seeds value on the configuration of all three machines as
Q. I am using hector (cassandra client) and storing UTF8 type values in columns, on the client side I am using hector\'s StringSerializer to serialize/ deserialize values. It works fine for normal str
I have created KS & CF using cassandra-0.7.8 and inserted some rows and column values(around 1000 rows). Later, I wanted to index 2 column values. So, I issued \'update column family..\' command.
I am using Cassandra-0.7.8 on cluster of 4 machines. I have uploaded some files using Map/Reduce. It looks files got distributed only among 2 nodes. When I used RF=3 it had 开发者_JAVA百科got distribu
I am trying to load sstables to cassandra cluster of two nodes with sstable-loader utility provided in cassandra 0.8.4
I downloaded hector-core-0.8.0-2.tgz for the latest cassandra installed on my machine. When I am trying to import TimeUUIDSerializer in my class, I got the \'import me.prettyprint.cassandra.serializer