object databases



I posted this to comp.databases, but then it came to me that you guys might provide some suggestions, sorry if this is an OT:

So after years of using strictly relational databases, I've begun to consider an alternative. Object databases seem compelling, especially since the data in the project I'm mostly involved in is highly hierarchical. So the questions:
1) When would you recommend ODBMS, and when RDBMS?
2) Which ODBMS would you recommend?
3) The application I work on is single user desktop application. The data resides on the user's computer. Is there any ODBMS suitable for this (something like equivalent to MSDE, Access, etc.). Is there any "lightweight" object database suitable for this, or would you recommend something else instead?

Thanks,
Sasa
.



Relevant Pages

  • Re: object databases
    ... Probably the most typical method is to use O/R mapping tools to allow you to ... Object databases seem compelling, especially ... When would you recommend ODBMS, ...
    (comp.object)
  • object database
    ... Object databases seem compelling, especially since the data in the project I'm mostly involved in is highly hierarchical. ... When would you recommend ODBMS, ... The data resides on the user's computer. ...
    (comp.databases)
  • Re: object databases
    ... So after years of using strictly relational databases, ... Object databases seem compelling, especially ... When would you recommend ODBMS, ...
    (comp.object)
  • Re: object database
    ... Object databases seem compelling, especially ... When would you recommend ODBMS, ... There are lots of relational databases, ...
    (comp.databases)
  • Re: object databases
    ... Object databases seem compelling, especially since the data in the project I'm mostly involved in is highly hierarchical. ... If the relationships among tuples of data are complex and more naturally expressed directly between tuples, then and ODBMS is a better choice. ... An RDBMS is better suited to situations where relationships between tuples are fairly simple and the individual tuples are related in an arbitrary manner. ...
    (comp.object)