Semantic Model: kyvos.parquet.cuboid.enable
Description:
This property enables the use of Parquet-based cuboids during semantic model processing, replacing the traditional Datastore-based cuboids. It is a prerequisite for GPU-accelerated query execution, as GPU reads are currently supported only for data in Parquet format.
Values and behavior:
false: When set to false, the semantic model will not be processed through GPU.
true: When set to true, the build pipeline uses the Parquet format, enabling improved compatibility and performance for GPU-based processing.
Default: false
Scope: Semantic Model Level
Comes into effect:
The property value can change at any time, requiring a restart of the Query Engine for the change to take effect.
Recommendations
Enable this setting only when GPU-based query execution is required.
It is recommended for advanced users configuring semantic models in high-performance computing environments.