Lecture 1 (Part 4) Flashcards
What are the four levels of Transparency?
- Fragmentation Transparency
- Location Transparency
- Local Mapping Transparency
- No Transparency
What is Fragmentation Transparency?
The users or application programmers working on global relations are not aware of the split of a relation into several fragments
What is Location Transparency?
The users or application programmers working on fragments are not aware of the location of the fragments
What is Local Mapping Transparency?
The users or application programmers working on distributed database systems are unaware of the specific data models of the local DBMS
What is No Transparency?
The users or application programmers working on distributed database systems must know all the details of the local database systems in order to perform desired results
What are three types of Fragmentations?
- Horizontal Fragmentation
- Vertical Fragmentation
- Mixed Fragmentation
What is Horizontal Fragmentation?
partitioning the records of a global relation into subsets
What is Vertical Fragmentation?
subdividing the attributes (fields) of a global relation into
groups
What is Mixed Fragmentation?
horizontal fragmentation and vertical fragmentation are used together
What is Information Integration?
Information Integration is the process of taking data that is stored in two or more databases and building from them on a larger database