Mongodb vs. Cassandra

Posted by ming yeow on Stack Overflow See other posts from Stack Overflow or by ming yeow
Published on 2010-05-23T17:39:56Z Indexed on 2010/05/23 18:00 UTC
Read the original article Hit count: 1858

I am evaluating what might be the best migration option.

Currently, i am on a sharded mysql (horizontal partition), with most of my data stored in json blobs. I do not have any complex SQL queries( already migrated away after since I partitioned my db)

Right now, it seems like both Mongodb and Cassandra would be likely options. My situation

  • lots of reads in every query, less regular writes
  • not worried about "massive" scalability
  • more concerned about simple setup, maintenance and code
  • minimize hardware/server cost

© Stack Overflow or respective owner

Related posts about database

Related posts about database-design