Page allocation keeps an object’s pages together

Adaptive Server attempts to keep page allocations close together for each object (for example, a table partition, index, or a table’s text or image chain).

Typically, when Adaptive Server requires a new page:

NoteOperations like bcp and reorg rebuild using large scale allocation do not look for free pages on already allocated extents; instead they allocate full free extents. Large scale allocation cannot typically use the first extent of each allocation unit. The first extent only has 7 usable pages because its first page holds the allocation page structure.