1. Manuals
  2. Brands
  3. Computer Equipment
  4. Server
  5. IBM
  6. Computer Equipment
  7. Server

IBM 000-8697 Disk Data Structures

1 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 702
Download on canonical page 702 pages, 4.15 Mb
System Architecture 2-81

Disk Data Structures

Disk Data Structures
OnLine achieves its high performance by managing its ownI/O. Storage,
search, and retrieval are all managed by OnLine. As OnLine stores data, it
creates the structures it needs to search and retrieve the data later. OnLine
disk structures also store and track control information needed to manage
logging and archiving. OnLine structures must contain all information
needed to ensure data consistency, both physical and logical.

OnLine Disk Space Terms and Definitions

During OnLine operation, either UNIX or OnLine can manage physical disk
I/O. Two terms describe the space:
Cooked file space, in which UNIX manages physical disk I/O
Raw disk space, in which OnLine manages physical disk I/O
Physical space managed by OnLine is allocated in four different units:
A chunk
An extent
A page
A blobpage
Overlying these physical units of storage space, OnLine data is organized
into five conceptual units associated with database management:
A blobspace
A dbspace
A database
A tblspace
A table
MENU

Models

Contents