RDBMS vs. ODBMS

        Characteristic           Relational     Object-oriented

        Number of transactions   Large          Small to medium
        Amount of data retreived Small          Large
        Data structures          Simple         Complex
        Length of transactions   Short          Variable
        Distribution model       Centralized    Distributed
        Data reuse               Low            High

    Source: Object Design