vote up 0 vote down star

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.

flag

closed as exact duplicate by Bill Karwin, nickf, Jamie Rumbelow, S.Lott, Emil H Jun 14 at 23:36

2 Answers

vote up 0 vote down

Why do you want to learn about databases? What are your goals? Are you planning to use them in upcoming projects (if you do - which project are these)?

link|flag
vote up 3 vote down

Exact duplicate of many SO questions, such as:

link|flag
1  
Oh dear, sorry, I didn't realise those existed, will search beforehand in the future! – Jamie Rumbelow Jun 14 at 23:06
No apology needed, but it's to your own advantage to read existing discussion of this question. It's a good question, btw. – Bill Karwin Jun 14 at 23:36

Not the answer you're looking for? Browse other questions tagged or ask your own question.