Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
InitialExtentSize | uint64 | |
Description | string | The size, in bytes, of the first extent to be allocated when a database segment is created. |
PUnit | string | byte |
Units | string | Bytes |
Write | boolean | true |
MaximumExtents | uint64 | |
Description | string | The upper limit on the number of extents that can be allocated for the segment. |
Write | boolean | true |
MinimumExtents | uint64 | |
Description | string | The total number of extents to be allocated when the database segment is created. This setting allows for a large initial segment allocation at creation time, even if contiguous space is not available. |
Write | boolean | true |
NextExtentSize | uint64 | |
Description | string | The size, in bytes, to be allocated for the next incremental extent for the segment. A NextExtentSize of 0 indicates that the size of incremental extents will be determined based on the value of PercentIncrease. |
MinValue | sint64 | 0 |
ModelCorrespondence | string | CIM_DatabaseSegmentSettingData.PercentIncrease |
PUnit | string | byte |
Units | string | Bytes |
Write | boolean | true |
NumberOfFreeLists | uint32 | |
Description | string | A freelist is a list of the free blocks that are associated with a database segment. The freelist is used to determine which segments are eligible for accepting data when a new insert or update request is processed. The NumberOfFreeLists setting identifies the number of freelists that are defined for the database segment. This value is typically set to the expected number of concurrent inserts for the segment. |
Write | boolean | true |
PercentIncrease | uint16 | |
Description | string | The percentage by which the next incremental extent will grow over the previously allocated size of all extents for the segment. A PercentIncrease of 0 indicates that all incremental extents will be the same size, as specified by NextExtentSize. This value is ignored and should be set to 0 if NextExtentSize has a value other than 0. |
MinValue | sint64 | 0 |
ModelCorrespondence | string | CIM_DatabaseSegmentSettingData.NextExtentSize |
Write | boolean | true |