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