File and Database Management Systems - PowerPoint PPT Presentation

1 / 14
About This Presentation
Title:

File and Database Management Systems

Description:

Title: CMPUT 391 Database Management Systems Author: M. Tamer zsu Last modified by: m Created Date: 9/8/1995 11:55:08 AM Document presentation format – PowerPoint PPT presentation

Number of Views:311
Avg rating:3.0/5.0
Slides: 15
Provided by: M12163
Category:

less

Transcript and Presenter's Notes

Title: File and Database Management Systems


1
File and Database Management Systems
2
  • Why do we need to take this course ?
  • Why do we need to learn file and/or database
    management systems?
  • we need to store and retrieve a large collection
    of data into/from files on disk.
  • We need to do it efficiently and conveniently.

3
Q
4
Objectives
  • Understand fundamental concepts
  • Relational database model
  • Query languages and/or SQL
  • File structures B-tree and hash table
  • Textbook
  • Abraham Silberschatz,Henry F.Korth, S.Sudarshan,
    Database System Concepts (Sixth Edition), Indian
    Institute of Tecbnology, Bombay,2011
  • Get hand-on experience
  • Oracle and SQL
  • Development of Java-based database applications
  • JDBC
  • Berkeley DB

5
Course Topics
  • Entity-relationship (ER) model
  • Database design tool
  • Relational database model
  • A set of tables
  • Relational algebra and calculus
  • SQL query language
  • File structures
  • B-tree
  • Hash table

6
Course Administration
  • Grading
  • two assignments
  • Two (mini)- projects (group)
  • Midterm
  • Final
  • Re-examination
  • None
  • Collaboration
  • Collaborate on assignments, but do not merely
    copy.
  • Moodle Course page
  • forums

7

Evolution of Computer Applications
1. computing machines Z X Y 2.
permanent data storage devices
RAM, disks, tapes 3. file management
systems retrieve information
efficiently from a large amount
of data stored on disk 4. database management
systems efficient as well as
convenient information retrieval

8
Basic structure of a computer
Disk high capacity with low speed RAM low
capacity with high speed
9
File a collection of related information
defined by its creator. Physical
file a file actually exists in a storage
devise. ( a collection of
bites, as seen by the operating system.)
Logical file a file viewed by users and
programs. ( a collection
of records.)
A file management system, usually within the
operating system, is used to efficiently access
physical files stored in the secondary
storage devices.
Functions create, updates, retrieval Criterion
efficiency Key consideration high speed
RAM access vs. low speed
disk access
10
A file processing system within an operation
system
a logic file
physical files
A file system sets up mappings between logical
files and physical files.
11
Data any information
Database a large collection of data
an integrated collection of
data Database management system
a software system that provides an efficient
as well as convenient
environment for accessing data in a
database.
12
Database Management System Structure
naive
application
casual
database
users
programmers
users
administrator
application
database
system
query
programs
scheme
calls
data manipulation
query
data definition
language
processor
language
precompiler
compiler
application
database
program
manager
DBMS
object code
file manager
data
files
data
dictionary
H.F. Korth and A. Silberschatz. Database System
Concepts, McGraw-Hill, 1986.
13
Why file management systems? efficient
file accesses Why database
management system? efficient and
convenient data access
File management systems goal
efficiency problem high speed
ram vs. low speed disk access solution
complicated file structures Database
management systems goal
efficiency as well as convenience
problem conflicts between efficiency and
convenience solution data
independence supported by various database
models
14
History of File Organizations
Sequential search index sequential
B-tree Hashing Classification of
Database Models Entity-relationship
network hierarchical relation
object-oriented deductive
Get information from a disk file in just a few
disk accesses
Various database models provide logical and
physical data independence to separate simple
logical database structures and complicated
physical file structures.
Write a Comment
User Comments (0)
About PowerShow.com