Suppose I want to make one application in Object Oriented Programing language let i.e. Java
what is the better thing to do from following?
–Either Use Relational Database i.e. mySQL + Object Relation mapping i.e. Hibernate
or.
–Use Object Oriented Database i.e. db4o
Why?
Well that depends on the application, the data-set etc etc.
Both systems have their advantage. Take also a look at this older stack-overflow question.
Here’s a few advantages of each system.
RDBMS + ORM:
ODBMS:
Drawbacks of each system:
RDBMS + ORM:
ODBMS: