Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
File Organization Techniques Record Access Methods Data Structures
#1

[attachment=5779]
File Organization Techniques
Record Access Methods
Data Structures

.
Physical Design

Provide good performance
Fast response time
Minimum disk accesses
Definitions

Seek time
Average time to move the read-write head
Rotational delay
Average time for the sector to move under the read-write head
Transfer
Time to read a sector and transfer the data to memory

More Definitions

Logical Record
The data about an entity (a row in a table)
Physical Record
A sector, page or block on the storage medium
Typically several logical records can be stored in one physical record.

File Organization Techniques

Three techniques
Heap (unordered)
Sorted
Sequential (SAM)
Indexed Sequential (ISAM)
Hashed or Direct
Reply

#2
More Refer
http://seminarsprojects.net/Thread-data-...2#pid61222
http://seminarsprojects.net/Thread-data-...w-ques-ans
http://seminarsprojects.net/Thread-file-...structures
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.