Index File Organization

  • Uploaded by: Junaid khan
  • 0
  • 0
  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Index File Organization as PDF for free.

More details

  • Words: 356
  • Pages: 12
By

Junaid Ali Siddiqui

 In situations where we want to access

a record directly without scanning all of the records, then we use indexed file organization.

 In this technique two separate files or tables

are created to store records.  Master file

 Index file

1) MASTER FILE: It is that table which contains actual data.

2) INDEX FILE: An index file is a table or other data structure that holds addresses of other individual records of a file which contain only two data fields .  Primary key  Storage address

CONTINUE…  Primary key uniquely identifies each record

and storage address show the secondary storage address where each record is stored.  There are two variation of an indexed file organization: 



Sequential indexed Non sequential indexed

Sequential index 1. In such organization records are stored

sequentially by primary key value and a simple index that normally points to (address to ) a group of records. 2. It is faster than sequential organization, because here first we access an index file an find the address of record where it is stored, then we directly access it by visiting that address. 3. The master file contains data which is sequentially stored.

MASTER FILE CLASS # 2 4 6 9

ST NAME Hina Jamil Uzma Khan Asma Urooj Zara Ahmad

SUBJECT OOP DLD

MARKS 45 77

D.B

88

D.S

33

INDEX FILE CLASS # 2 4

Storage Address 1000 1004

6

1008

9

10015

CONTINUE… Now here if we want to search record

having Class # 6 then first we access the index file from there we find the storage address of this records, when found, then directly goes to storage address= 1008, where record about “ Asma Urooj” will be stored.

  ADVANTAGE: 3.The basic advantage of index file it has a fast

speed. DISADVANTAGE: Requires memory space because two files

are created. If an index fails to operate, the whole system fails.

S E E M

E G A

LIFE is lik e a River which ha ve many turns so enjoy every Tu rn Because These Tur ns never Returns…

Related Documents


More Documents from "Samples Ames PLLC"

Bubble Sort
May 2020 22
Java 2
May 2020 14
Junaid (quick Sort)
April 2020 9
Binary Search
May 2020 11