Accessing records from a file directly without searching from the beginning of the file is?
Accessing records from a file directly without searching from the beginning of the file is Direct access
In computer storage, direct access is the ability to obtain data from a storage device by going directly to where it is physically located on the device rather than by having to sequentially look for the data at one physical location after another. A direct access storage device (DASD) has the electrical or electromechanical means to be immediately positioned for reading and writing at any addressable location on the device.
Direct Access File System (DAFS) is a network file system that is based on NFSv4 and the Virtual Interface (VI) data transfer mechanism. DAFS uses remote direct memory access (RDMA) to perform efficient network access to data in remote files.
In computer storage, direct access is the ability to obtain data from a storage device by going directly to where it is physically located on the device rather than by having to sequentially look for the data at one physical location after another.