1

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 will be efficiently?

Undrooleek
  • 223
  • 4
  • 12

1 Answers1

0

So far, the evidence is that CQL is as fast or faster than the older RPC-based API. (See comments on https://issues.apache.org/jira/browse/CASSANDRA-2500, for example.)

jbellis
  • 19,347
  • 2
  • 38
  • 47