phpcassa
phpcassa usual query methods or cql queries?
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[详细]
2023-04-08 21:03 分类:问答How to remove the RowKey?
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?[详细]
2023-04-04 20:02 分类:问答How does UUID work with PHPCassa
I am using: CassandraUtil::uuid1();开发者_运维百科 This is what I get: ämªðÏBà=0£Ï‰ I though it would output a int.[详细]
2023-03-30 15:08 分类:问答Cassandra time stamp
SELECT * FROM table_name WHERE date > 1309110123 How to do this in Phpcassa? I think there must be some way to modify this:[详细]
2023-03-15 07:13 分类:问答Selective get in cassandra faster than normal get?
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:[详细]
2023-03-04 16:33 分类:问答Show all keys with phpcassa
I\'m fairly new to cassandra but i have making good progress so far. $conn = new ConnectionPool(\'Cluster\');[详细]
2023-03-02 16:41 分类:问答TFramedTransport Error on PHPCassa + Cassandra
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:[详细]
2023-02-20 18:26 分类:问答how to connect cassandra from local to EC2 instances
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\"[详细]
2023-02-16 12:39 分类:问答Cassandra update column
how can i update column in c开发者_如何学编程assandra database?? columnfam{ username{ name:edds,[详细]
2023-02-05 01:19 分类:问答How can I create & import a keyspace on Cassandra database 0.7rc2 , on a windows machine?
H开发者_如何学Goow can I create & import a keyspace on Cassandra database 0.7rc2 , on a windows machine?There is an example in README.txt[详细]
2023-01-31 15:27 分类:问答