glide.import_set_insert_serialized_when_no_coalesce

ServiceNow property description:

Controls the processing of web service import sets which have no coalesce field(s) defined. When this property is set to false (default), the instance will perform transformations concurrently from the source to the target table. When this property is set to true, the instance will perform transformations one at a time for a given staging table. This property can be overridden by the table-specific property glide.import_set_insert_serialized.

.

Attributes

  • Sys ID: e45846119f33210041a496fcc67fcf06
  • Type: true | false
  • Application: Global
  • Default value: false
AI Logo

AI generated property description:

The ServiceNow property `glide.import_set_insert_serialized_when_no_coalesce` controls how web service import sets are processed when no coalesce fields are defined. By default, this property is set to false, meaning that the instance will perform transformations concurrently from the source to the target table, which can improve performance. When set to true, the instance will process transformations one at a time for a given staging table, ensuring serialized processing. This serialized processing can be useful in scenarios where data integrity and order of operations are critical. Additionally, this property can be overridden on a per-table basis using the table-specific property `glide.import_set_insert_serialized.

`. This allows for more granular control over the import set processing behavior for different tables.

Source

Related property: com.glide.import_set_api.insert_multiple_optimize