hirarchical vs rdbms

6
Hierarchical Vs. RDBMS Databases WWW.SRINIMF.COM

Upload: srinimf-techjobsbizsuccess

Post on 23-Jan-2015

236 views

Category:

Technology


2 download

DESCRIPTION

Hirarchical vs RDBMS

TRANSCRIPT

Page 1: Hirarchical vs RDBMS

Hierarchical Vs. RDBMSDatabases

WWW.SRINIMF.COM

Page 2: Hirarchical vs RDBMS

Hierarchical data baseMeritsBest used for mission critical work and for that which requires the utmost in Data structure performance.

Relationships are predefined having access paths distinct and ready to use by the application.

Careful design and known entity relations are an advanced requirement. Huge DBA role is involved

Page 3: Hirarchical vs RDBMS

Cont.Having an existing mapped out roadway to navigate data structures offers the ultimate in speed accessing data.

CALL structure syntax to access data can become complex

De-merits

1. Referential integrity problems

2. Complex for call optimization

Page 4: Hirarchical vs RDBMS

RDBMSMeritsBest used for decision support and where application

efficiency might be and unknown. This data is best used for engineering and scientific work where large, unstructured data is required.

In this design, relationships of data structures are not known until runtime. Data elements are joined during database calls producing on-the-fly result sets for immediate analysis.

The relational query syntax known as Structured Query Language(SQL) provides for a flexible means to form these database calls being an industry standard for the implementation of the relational model.

Page 5: Hirarchical vs RDBMS

Cont.…Query optimization is better known for optimization

There will be no referential integrity problems

De-merits

1. More i-O is required to process the data

2. More complex in design

Page 6: Hirarchical vs RDBMS

Thank Youwww.srinimf.com