Forum Moderators: open

Message Too Old, No Replies

CouchDB

any experiences?

         

RonPK

3:24 pm on Nov 18, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Anyone here using CouchDB, the free and open source database hosted by the Apache Foundation?

I'm curious about in which situations such a non-relational database has advantages over a relational database.

whoisgregg

2:54 pm on Nov 25, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There's been a lot of work in this area lately. Amazon SimpleDB uses a similiar "non-relational" database model.

Personally I haven't gotten into them at all. It took me years to think in 3rd normal form, so even if I used one of these databases, I'd still end up with different tables and having primary and foreign keys.

So all these would accomplish is moving joins from the database layer to the application layer. And I already have enough work to do at the application layer.