Skip to content

Comment on Cassandra vs MongoDB vs CouchDB vs Redis vs Riak comparisonparent

Comments

I thought it might have been fixed by now.

Anyway, you still need a schema with Cassandra.

Not in the same sense as an SQL database. You can freely add columns and rows, just not Column Families or Keyspaces. This is because a KS+CF combo is stored in it's own file, in a certain order, so that it can be efficiently traversed using natural ordering. If you don't have this need and just need a flat K/V database, you can use a single KS+CF for everything.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.