Feature Number: 700438a
| Overview | An alignment feature has been added to align the starting position of Extents when allocating space (Extent) in Bitmap-type Tablespaces according to a specified size. Alignment is applied only to Extents larger than the configured size. |
| Details | This is a feature that aligns the starting address of Extents to a specified size unit (Alignment) when allocating space (Extent) in Bitmap-type Tablespaces. The alignment unit (_TX_TS_ALIGNED_ALLOC_SIZE) is in bytes. To prevent fragmentation, alignment is applied only to space requests larger than the configured parameter value. Example: When set to 4MB, alignment is applied only to Extent allocation requests of 4MB or larger. If the feature is disabled, the allocation proceeds as before by searching for contiguous free units from the front. <Caution> Whether a file supports alignment can be confirmed in the ALIGNED column of V$DATAFILE_BM (VT_DATAFILE_BM). TXTS_ALIGNED_ALLOC_SIZE can only be set as a multiple of (16 ร DB_BLOCK_SIZE). |
| Note | In Zetadata and TAS environments, the starting position of segment Extents can be aligned to AU units. This reduces cases where a single Extent spans more than one AU, decreasing I/O request counts and improving performance. |
| Release Date | 2026.02.02. |
| Patch Required Version | - |
Patch Information
| Patch Name | FS02PS_700438a |
| Major Version | 7 |
| Minor Version | FS02PS |
| Release Date | 26.06.15. |
| Version Title | Added Alignment Feature for Tablespace Bitmap Space Allocation |
| Base Version | - |
| Compatibility Information | No incompatible items โข TAC Rolling Patch: Supported โข TSC Rolling Patch: Supported โข Backup Data Compatibility: Supported โข Protocol Compatibility: Supported โข Data Format Compatibility: Supported |
| AP Impact | โข Plan change: No โข Result value change: No โข SQL syntax change: No โข System object change: No โข Existing feature change: No |
| Parameters | Parameter Name: If the requested space is smaller than the parameter value, allocation proceeds as before from the front free units. <Cautions>
For example, if the parameter is set to โข Disable Value: |
Parameter Name: โข Type: CREATE โข Tip Type: DB โข Description: Sets whether to align the Extent address according to the Data files created after enabling this parameter are generated with alignment capability. Data files created after disabling this parameter cannot apply alignment. โข Parameter Type: Boolean | |
| Workaround | - |