PostgreSQL
Job options
Jump to
PostgreSQL job options:
General job options:
AGGREGATION_PARALLELISM
— editable
AGGREGATION_PARALLELISM
— editableType: integer
Default: 1
(Optional) Only supported when the query contains aggregations. This is formally known as output sharding.
CREATE_TABLE_IF_MISSING
CREATE_TABLE_IF_MISSING
Type: Boolean
Default: false
(Optional) When true, the target table will be created automatically, otherwise the table should already exist.
Please see here for information about publications in PostgreSQL.
Last updated