It depends on your application, of course. For most CRUD-like business applications, I'd expect little benefit. As schemas become complex, like mapping applications... When data from a significant number of different "tables" is needed to accomplish a transaction, then OODBs have a big advantage. But you have to plan your database organization well: "Ad-hoc" access along non-optimized paths are subject to the same problems RDBMS' face.
On May 16, 1:36 pm, Alexey Zinger <[email protected]> wrote: > Performance benefits of an order of magnitude to OODB? Really? Are there > specific examples of that. I'm not saying OODB's have no potential to > outperform RDB, but I just never heard of it actually happening in the real > world. > Alexey --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
