/AWS1/CL_GLUTABLEOPTIMIZERCONF¶
Contains details on the configuration of a table optimizer. You pass this configuration when creating or updating a table optimizer.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_rolearn TYPE /AWS1/GLUARNSTRING /AWS1/GLUARNSTRING¶
A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.
iv_enabled TYPE /AWS1/GLUNULLABLEBOOLEAN /AWS1/GLUNULLABLEBOOLEAN¶
Whether table optimization is enabled.
io_vpcconfiguration TYPE REF TO /AWS1/CL_GLUTBLOPTIMIZERVPCC00 /AWS1/CL_GLUTBLOPTIMIZERVPCC00¶
A
TableOptimizerVpcConfigurationobject representing the VPC configuration for a table optimizer.This configuration is necessary to perform optimization on tables that are in a customer VPC.
io_compactionconfiguration TYPE REF TO /AWS1/CL_GLUCOMPACTIONCONF /AWS1/CL_GLUCOMPACTIONCONF¶
The configuration for a compaction optimizer. This configuration defines how data files in your table will be compacted to improve query performance and reduce storage costs.
io_retentionconfiguration TYPE REF TO /AWS1/CL_GLURETENTIONCONF /AWS1/CL_GLURETENTIONCONF¶
The configuration for a snapshot retention optimizer.
io_orphanfiledeletionconf TYPE REF TO /AWS1/CL_GLUORPHANFILEDELETI00 /AWS1/CL_GLUORPHANFILEDELETI00¶
The configuration for an orphan file deletion optimizer.
Queryable Attributes¶
roleArn¶
A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |
enabled¶
Whether table optimization is enabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |
vpcConfiguration¶
A
TableOptimizerVpcConfigurationobject representing the VPC configuration for a table optimizer.This configuration is necessary to perform optimization on tables that are in a customer VPC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCCONFIGURATION() |
Getter for VPCCONFIGURATION |
compactionConfiguration¶
The configuration for a compaction optimizer. This configuration defines how data files in your table will be compacted to improve query performance and reduce storage costs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPACTIONCONFIGURATION() |
Getter for COMPACTIONCONFIGURATION |
retentionConfiguration¶
The configuration for a snapshot retention optimizer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RETENTIONCONFIGURATION() |
Getter for RETENTIONCONFIGURATION |
orphanFileDeletionConfiguration¶
The configuration for an orphan file deletion optimizer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORPHANFILEDELETIONCONF() |
Getter for ORPHANFILEDELETIONCONF |