Object Oriented vs Relational Databases
Posted
by Dan
on Stack Overflow
See other posts from Stack Overflow
or by Dan
Published on 2008-08-03T19:47:05Z
Indexed on
2010/06/12
17:42 UTC
Read the original article
Hit count: 174
Objects oriented databases seem like a really cool idea to me, no need to worry about mapping your domain model to your database model, no messing around with sql or ORM tools. The way I understand it, relational DBs offer some advantages when there is massive amounts of data, and searching an indexing need to be done. To my mind 99% of websites are not massive, and enterprise issues never need to be thought about, so why arn't OO DBs more widely used?
© Stack Overflow or respective owner