What is indexed sequential file organization, Database Management System

Assignment Help:

What is indexed sequential file organization? What are the applications of this organization?

 Ans: An index file can be employed to effectively overcome the problem of storing and to speed up the key search also. The very simple indexing structure is the single-level one: a file whose records are pair's key-pointer, in which the pointer is the position in the data file of the record along with the given key. Just only a subset of data records, consistently spaced along the data file, are indexed, thus to mark intervals of data records. 

 A key search after that proceeds as follows: the search key is compared with the index ones to find out the highest index key preceding the search one, and a linear search is carried out from the record the index key points onward, till the search key is matched or until the record pointed by the next index entry is reached. In place of the double file access (index + data) needed by this type of search, the decrease in access time along with respect to a sequential file is important.


Related Discussions:- What is indexed sequential file organization

How many levels can be viewed architecture of the database, How many levels...

How many levels can be viewed in Architecture of the database ? Architecture of the database can be viewed as three levels.

State the meaning of object representation, State the meaning of Object Rep...

State the meaning of Object Representation  The term object representation means "to represent object with the help of objects model symbols". Implementing objects is too simp

How nulls are treated in comparison operator, How nulls are treated in comp...

How nulls are treated in comparison operator? Along with comparison (relational) operators, the null values are ignored as we cannot derive the relation along with the given op

When are two schedules said to be view equivalent, When are two schedules s...

When are two schedules said to be view equivalent?     Ans: Two schedules that is denoted as S and S' are said to be view equivalent if the subsequent three conditions are met

What is the difference between primary key and a unique key, What's the dif...

What's the difference between a primary key and a unique key? Both primary key and unique key enforces uniqueness of the column on which they are explained. But by default prim

What is a heterogeneous distributed database, What is a heterogeneous distr...

What is a heterogeneous distributed database? In a heterogeneous distributed database, dissimilar sites may use different schemas, and dissimilar dbms s/w. The sites may not be

FIELDS, 4. Describe three ways to handle missing field values

4. Describe three ways to handle missing field values

Alter table command, ALTER TABLE Command : This command is used for variati...

ALTER TABLE Command : This command is used for variation of existing structure of the table in the given situation: When a new column is to be added to the table structure.

Calculate the record size r in bytes, An employee record has the following ...

An employee record has the following structure struct employee { int eno; char name[22]; float salary; char dept[10];}; (i) Calculate the record size R in bytes.

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd