Possible Duplicates:
Pros/Cons of document based database vs relational database
what are the advantages of couchdb vs a RDBMS
I'm interested in learning about different Database servers and the way they work, and recently I've been looking at CouchDB, which is a document-oriented database. It's completely different from the standard MySQL (and it's peers), which are relational databases.
I wanted to hear your thoughts on using either or both Document-oriented and Relational databases and the pros/cons, as well as which you prefer for which purpose.
