I\'m going to write the web portal using Cassandra databases. Can you advise me which python interface to use? thrift, lazygal or pycassa?
When using Perl\'s Net::Cassandra::Easy the following code will retrieve columns col[1-3] from rows row[1-3]:
What\'s the difference between having keyspace Foo and column families A and B in it vs. having two keyspaces开发者_如何学JAVA FooA and FooB with one column family in each?
I have huge database (kinda wordnet) and want to know if it\'s easier to use Cassandra instead of MySQL|PostrgreSQL
I\'ve run into a really strange UTF-8 开发者_Go百科problem with Net::Cassandra::Easy (which is built upon Net::Cassandra): UTF-8 strings written to Cassandra are garbled upon retrieval.
Assume a Cassandra datastore with 20 rows, with row keys named \"r1\" .. \"r20\". Questions: 开发者_运维知识库How do I fetch the row keys of the first ten rows (r1 to r10)?
I think everything is in the question. I\'m looking for the Lazyboy equivalent for Pycassa ColumnFamily.get_range() -- with features like column_开发者_Python百科start, column_finish et column_count -
Since Cassandra doesn\'t have MapReduce built in yet (I think it\'s coming in 0.7开发者_如何学编程), is it dumb to try and MapReduce with my Python client or should I just use CouchDB or Mongo or some
The cassandra database seems t开发者_如何转开发o be very fast, now I wanted to use it in my project made with Zend Framework.
I have a problem, I would like to build logging system which will be using timeuuid type as a column name which will allow me ask for it later.