- biGENIUS-X Knowledge Base
- Generators
- Properties
Optimization Method (Model Object)
Description
The Property named Optimization Method is available when you edit a Model Object for the Spark Generator.
It defines how the Model Object should be optimized/structured for the target table data load.
Format
The Optimization Method is a List of values.
The possible values are:
- None:
- No optimization applied.
-
Partitioned By:
-
Partitions will be created for a table.
-
-
Clustered By:
-
Delta Liquid Clustering will be used for a table.
-
If you select an Optimization Method, you should set the Optimization method Columns Property.
Example:
Default Value
The default value for all Model Objects is None.