- biGENIUS-X Knowledge Base
- Generators
- Properties
-
Getting Started
-
General Overview
-
Application Modules
- Administration
- Global Features
- Solutions
- Projects
- Branches
- Source Systems
- Dataflow Modeling - Overview
- Dataflow Modeling - Wizard Steps
- Dataflow Modeling - Terms
- Dataflow Modeling - Term Mapping
- Dataflow Modeling - Relationships
- Relationship Modeling
- Generate Artifacts
- Project Settings
- Data Marketplace
-
Generators
-
Discovery application
-
Best Practices
-
FAQs
-
Product Release Notes
-
Legal Documents
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.