Accessing Items in a File

In summary, accounts contain files. Files use dictionaries to describe how the data is arranged. Files arrange data in items. Items are made up of attributes. Items that are stored in a file can be accessed:

The direct file access technique, using the item-ID to locate the item within the file, is an efficient method of locating data and lends itself to the online nature of the D3 system. The system overhead required to access an item using direct file access is essentially constant, independent of the actual file size.

See Also

File-Defining Item or D-pointer

Master Dictionary

Account Dictionary

Data File Inventory

Sharing Dictionaries

Hashing

B-Trees

Indexes