Shared Flashcard Set

Details

Chapter 5 - Physical Database Design and Performance
Database design
16
Other
Undergraduate 3
02/26/2018

Additional Other Flashcards

 


 

Cards

Term
Field
Definition
The smallest unit of application data recognized by system software.
Term
Data Type
Definition
A detailed coding scheme recognized by system software, such as DBMS, for representing organizational data.
Term
Denormalization
Definition
The process of transforming normalized relations into non-normalized physical record specifications.
Term
Physical File
Definition
A named portion of secondary memory (such as a hard disk) allocated for purpose of storing physical records.
Term
Tablespace
Definition
A named logical storage unit in which data from one or ore database tables, views, or other database objects may be stored.
Term
Extent
Definition
A contiguous section of disk storage space.
Term
File Organization
Definition
A technique for physically arranging the records of a file on secondary storage devices.
Term
Sequential File Organization
Definition
The storage of records in a file in sequence according to a primary key value.
Term
Indexed File Organization
Definition
The storage of records either sequentially or non-sequentially with an index that allows software to locate individual records
Term
Index
Definition
A table or other data structure used to determine in a file the location of records that satisfy some condition.
Term
Secondary Key
Definition
One field or a combination of fields for which more than one record may have the same combination of values. Also called a non-unique key.
Term
Join Index
Definition
An Index on columns from two or more tables that come from the same domain of values.
Term
Hashed File Organization
Definition
A storage system in which the address for each record is determined using a hashing algorithm.
Term
Hashing Alogorithm
Definition
A routine that converts a primary key value into a relative record number or relative file address.
Term
Hash Index Table
Definition
A file organization that uses hashing to map a key into a location in an index, where there is a pointer to the actual data record matching the hash key.
Term
Pointer
Definition
A field of data indicating a target address that can be used to locate a related field or record of data
Supporting users have an ad free experience!