|
Category: ASE: Data Storage
extents, extent
Adaptive Server pages
can be allocated to a
table,
index
or
LOB structure.
An extent is a block of eight consecutive pages.
The page size specified when installing
ASE
therefore also determines the size of an extent.
Size of an extent
-
In a 2K-page ASE server an extent has a size of 16K.
-
In a 4K-page ASE server an extent has a size of 32K.
-
In a 8K-page ASE server an extent has a size of 64K.
-
In a 16K-page ASE server an exten has a size of 128K.
The smallest possible unit a table, index or other
object
can occupy is an extent, or eight pages.
|