1 / 16

RDB – OODB - ORDB Comparison

RDB – OODB - ORDB Comparison. RDB – what’s good ?. Simple data model (but less versatile) Simpler for user to learn (OO programmer?) Easier to optimize (for simple access?) Strong market-share (inertia of change). Advantages of Adding OO. Richer Data Types Simplify DB design

jag
Download Presentation

RDB – OODB - ORDB Comparison

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. RDB – OODB - ORDB Comparison

  2. RDB – what’s good ? • Simple data model (but less versatile) • Simpler for user to learn (OO programmer?) • Easier to optimize (for simple access?) • Strong market-share (inertia of change)

  3. Advantages of Adding OO • Richer Data Types • Simplify DB design • Simplify query specification • Reusability of code (more natural to OO programmer) • No impedance mismatch

  4. ORDB – OODB Similarities Similar OO type system ambitions: Objects/OIDs Methods ADTs Constructed types Inheritance Object-QL

  5. ORDB Extra Goodies DBMS features inherited from RDB into ORDB : • Constraints • Views • Triggers • Priviledges (security)

More Related