I am looking at a project requiring a unique database solution. The elements involved abstract into countless (and growing) variations of relationships between many objects - meaning that a relational SQL implementation would require a huge amount of joins. From my research so far, it looks like an object database will fit this more appropriately. Although, due to the nature of what is commonly needed in a database, the standard SQL relational database is the standard and has been for many years.

It looks like some Object Database solutions have emerged. Although, I am looking for a solution that will be supported for many years. I am looking at a solution such as db4o and wondering if this solution will last and if it will be worth it. I would rather avoid using 10 joins for a complex object and have the access in a single statement in a odms solution rather than using a relational database option.

Is the industry really ready for an Object Database solution that lasts for years? Or is the support pushing all solutions towards the relational model using SQL?

My goal should be clear at this point. If there are misunderstandings in my description of how this could work - please provide in a comment. I appreciate

link|improve this question
1  
SO is for specific code issues. Additionally, this question is subjective in the sense that it's dependent on the exact requirements of the project; OODBs aren't objectively better or worse than RDBs. – outis Jan 5 at 3:04
Based on my research, OODBs are significantly better when the data constructs are highly complex with multiple levels of relations. This new approach provides a search in a single statement - vs relational database solutions with multiple joins. Although, based on my research, this solution may not be available in 3 yrs or last long enough for a viable transition in the database scope. – user1131181 Jan 5 at 3:23
feedback

closed as not constructive by bmargulies, outis, gbn, Bo Persson, Shark Jan 6 at 2:35

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.