SQL (MySQL) vs NoSQL (CouchDB)
Posted
by christopher-mccann
on Stack Overflow
See other posts from Stack Overflow
or by christopher-mccann
Published on 2010-04-01T09:33:57Z
Indexed on
2010/04/01
17:43 UTC
Read the original article
Hit count: 347
I am in the middle of designing a highly-scalable application which must store a lot of data. Just for example it will store lots about users and then things like a lot of their messages, comments etc. I have always used MySQL before but now I am minded to try something new like couchdb or similar which is not SQL.
Does anyone have any thoughts or guidance on this?
© Stack Overflow or respective owner