Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you use an object-database in a production system?

Object-databases are used very seldomly, albeit they offer a way to live without SQL, which is, I think, a benefit of its own.

Yet, I have seen them about never in production systems. Is there something fundamentally wrong with object-databases? Can I use a object-database in a production system?

Edit: So, maybe I should confess that I love object-databases. I cannot really get my head around why they are not used a lot more often.

like image 299
nes1983 Avatar asked Dec 10 '22 22:12

nes1983


2 Answers

Sure you could, as long as it was stable. The problem is the relative lack of high quality Object Oriented DB systems, as well as the fact that most people don't even know what one is.

like image 56
Alex Fort Avatar answered May 11 '23 14:05

Alex Fort


db4o is being used a lot by many Fortune 500 companies (especially for embedded applications), so I wouldn't say that OODBs are not used for real-world production systems

like image 38
Mauricio Scheffer Avatar answered May 11 '23 14:05

Mauricio Scheffer