New Page 1
Welcome to basicsofcomputer.com
 

Share This Free Knowledge With Your Friends:

Home » Physical Database Design » Data Volume and its Usage

Data Volume and its Usage:

In physical database design, the first important issue is the estimation of volume of current and future data and the methods and patterns of its usage.

  • Estimates of data size (database size) are used to select physical storage devices and estimate the costs of storage.
  • Estimates of usage paths or patterns are used to select the file organization and access methods, to plan for the use of indexes and to plan a strategy for data distribution.

Example:

For example, we have explained the estimation of data volume in the following figure below.

The number written within the entity types indicates the total possible instances of that entity types and number written with the relationship line indicates instances attached with other entity type. For example there are 500 students in a university and there are ten classes daily. In each class, there are averagely 50 students. Following data estimation can be finalized;

Total records of students = 500

Number of classes per month = 10 x 25 = 250

Number of papers taken by all students = 500 x 5 = 2500

Student attendance records per month = 10 x 25 = 250 etc.

Keeping in view these statistics, the database designer should estimate the total storage required for the database. Moreover future expansion of data should also be kept in mind.

Data usage means type and frequency of reports and forms that will be generated or used in conjunction with the database. If data is used most frequently then fast storage devices are required. Similarly, if selective or random data is often needed, then you need effective indexes and data should be kept on magnetic disks rather than magnetic tapes.

Relevant Articles:

Data Volume and its Usage
Data Distribution Strategy
File Organization Physical Database Design
Indexes Physical Database Design
Integrity Constraints
 
New Page 1

Basic Computer Science

   
» The Age of Information

» Types of Computer and Digital Age

» Input and Output Devices

» Storage Devices Of Computer

» Central Processing Unit

» Software: The Power Behind The Power

» Data Communication and Computer Networks

» The Nature Of Information

» The System Theory

» Transaction Processing System (TPS) and Management Information System (MIS)

» Decision Support System (DSS) and Executive Support System (ESS)

» Expert System (ES) and Office Information System (OIS)

 

Operating Systems

   
» Introduction to Operating System

» Introduction to Process Management

» Threads and CPU Scheduling

» Process Synchronization in Operating System

» Deadlocks

» Memory Management in Operating System

» Virtual Memory in Operating System

» File System Management in Operating System

» I/O and Device Management

» Security

» Linux Operating System

 

Database Management System

   
» Introduction to Database Systems

» Database System Architecture

» Database Administration and Database Development Process

» The Entity-Relationship Model

» Semantic Object Model

» Logical Database Design and Relational Data Model

» Normalization in Database

» Transformation of E-R Model into Relational Data Model

» Representing Semantic Object Model and Types of Semantic Object Model

» Physical Database Design

» Introduction to Structured Query Language (SQL)

» Implementation of Relational Database and Database Application Design

» Client Server Database Systems & Open Database Connectivity (ODBC)

 

Questions and Answers

   
» Basics of Information Technology

» Computer Architecture

» Data Communication

» Information Networks

» Fundamentals of the Internet

» Application and Uses of Computer

» Security, Copyright and The Law

» Windows Operating Systems

» Spreadsheet Software

» Process Management in CPU

» CPU Scheduling

» Process Synchronization

» Deadlocks

» Memory Management

» Database Systems

» Database System Architecture

» Database Administration and Database Development Process
 
 
New Page 1
 

Home                Dictionary                 Contact us                   About us                    Privacy policy                  Link to us                   Advertise

Copy right ©  2012