Can you recommend what methods of queries to choose?Cql or usual classes? Phpcassa has both methods.cql is more comfortable than usual.but what wi开发者_JAVA技巧ll be efficiently?So far, the evidence
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 am using: CassandraUtil::uuid1();开发者_运维百科 This is what I get: ämªðÏBà=0£Ï‰ I though it would output a int.
SELECT * FROM table_name WHERE date > 1309110123 How to do this in Phpcassa? I think there must be some way to modify this:
I\'d like to know if this: $column_family->get(\'row_key\', $columns=array(\'name1\', \'name2\')); Is faster then the more flexible get i now use:
I\'m fairly new to cassandra but i have making good progress so far. $conn = new ConnectionPool(\'Cluster\');
We\'re deleting a massive number of records in Cassandra. We get the following error. We also get this error when we insert a massive number of records:
I installed cassandra cluster in ec2 its working correctly. but when i try to connect the cassandra from code using php_cassa lib. its throwing error like \"no server available\"
how can i update column in c开发者_如何学编程assandra database?? columnfam{ username{ name:edds,
H开发者_如何学Goow can I create & import a keyspace on Cassandra database 0.7rc2 , on a windows machine?There is an example in README.txt