Set: Modern Database Management - Chapter 6

Familiarize

Learn

Test

Play Scatter

Play Space Race

Voice Scatter

Voice Race

Combine with other sets Login to add to Favorites
Print: Term List | Flashcards Editing not allowed
Export Deleting not allowed

Share these flash cards

With group: None
HTML link to set: Tiny link:
Share on Facebook Share on MySpace

All 24 terms

TermDefinition
FieldThe Smallest unit of named application data recognized by system software.
Data typeA detailed coding scheme recognized by system software, such as a DBMS, for representing organizational data.
Physical recordA group of fields stored in adjacent memory locations and retrieved and written. together as a unit by a DBMS.
PageThe amount of data read or written by an operating system in one secondary memory (disk) input or output (I/O) operation. For I/O with a magnetic tape, the equivalent term is record block.
Blocking FactorThe number of physical records per page.
DenormalizationThe process of transforming normalized relations into unnormalized physical records specifications
Horizontal partitioningDistributing the rows of a table into several separate files
Vertical partitioningDistributing the columns of a table into several separate physical records
Physical fileA named portion of secondary memory (a magnetic tape pr hand disk.) allocated for the purpose of storing physical records
TablespaceA named set of disk storage elements in which physical files for database tables may be stored.
ExtentA contiguous section of disk storage space
PointerA field of data that can be used to locate a related field or record of data.
File organizationA technique for physically arranging the records of a file on secondary storage devices.
Sequential file organizationThe storage of record in a file sequence according to a primary key value.
Indexed file organizationThe storage of records either sequentially or nonsequentially with an index that allows software to locate individual records
Secondary keyOne field or a combination of fields for which more then one record may have the same combination of values. Also called a nonunique key.
IndexA table or data structure used to determine the location of rows in a file that satisfy some condition.
Bitmap indexA table of bits in which each row represents the distinct values of a key and each column is a bit, which when on indicates that the record for that bit column position has the associated field value
Join indexAn index on columns from two or more tables that come from the same domain of values
Hashed file organizationA storage system in which the address for each record is determined using a hashing algorithm.
Hashing algorithmA routine that converts a primary key value into a relative record number ( or relative file address).
Hashed index tableA file organization that uses hashing to the map a key into a location in a index, where there is a pointer to the actual data record matching the hashing key.
Redundant Array of Inexpensive Disks (RAID)A set, or array of physical disk drives that appears to the database user (and programs) as if they form one large logical storage unit.
StripeThe set of pages on all disk in a RAID that are the same relative distance from the beginning of the disk drive.

Set Information

Terms 24
Creator kdetaylor
Created October 14, 2009
Groups None
Subject Physical Database Design and Performance
Access Anyone
Edit Creator Only
Get rid of ads on Quizlet
Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.