tPartition example
Last updated: 8/28/2026In the following Job script example of tPartition, the number of partitions is set to 8, and columns name and city are defined as keys for partitioning, leaving all the other settings as default.
setSettings {
NBPARTITIONS : "8",
PARTITION_KEY {
SCHEMA_COLUMN : "id",
KEY_ATTRIBUTE : "false",
SCHEMA_COLUMN : "name",
KEY_ATTRIBUTE : "true",
SCHEMA_COLUMN : "city",
KEY_ATTRIBUTE : "true"
}
}