Closed. This question is opinion-based. It is not currently accepting answers. 开发者_StackOverflow
I have User model object with quite few fields (properties, if you wish) in it. Say \"firstname\", \"lastname\", \"city\" and \"year-of-birth\". Each user also gets \"unique id\".
Should I use Cassandra for a 100,000 user project? In MySQL 5, I have full-text search and table partitioning. I\'m starting a Q&A system like SO with CodeIgniter. It\'s a move from vBulletin to a
In BigTable开发者_StackOverflow/GFS and Cassandra terminology, what is the definition of a SSTable?Sorted Strings Table (borrowed from google) is a file of key/value string pairs, sorted by keys\"An S
Is it possible to write client for Cassand开发者_Go百科ra datastore in Go language?I was browsing today for the same thing and didn\'t find any client.
I am interested to create portal on cassandra services, since I faced some performance and scale issues starting from 1 million of records.
I\'m moving an existing MySQL based application over to Cassandra. So far finding the equivalent Cassandra data model has been quite easy, but I\'ve stumbled on the following problem for which I\'d ap
The default Cassandra systems keyspace system is present in all Cassandra installations. Judging from the output of the describe keyspace command the keyspace is used partly for \"persistent metadata
I am planning to build a cassandra store system and also I need a full-text(Chinese) system too. Can sphinx be used on cassandra? (sphinx supports xml f开发者_Python百科ormat but I am not going to use
When using a nosql type datastore like Cassandra, how would you return a result set based on a column?