Parameter: BATCH_SERVICE_BATCH_MODE

Definition

The batch mode used to split the commit of the batch

Description

This system parameter specifies the batch mode used to split the commit of the batch.

Syntax

The possible values are:

  • UNLIMITED: There is no restriction. The commit is done at the end of the batch.
  • COUNTER_LIMIT: If the batch computation needs to update more counters than the limit, then the batch is split at the limit and the end of the batch is computed in a new batch (see BATCH_SERVICE_BATCH_LIMIT_VALUE).
  • LATENCY_LIMIT: If the batch computation needs more time than the limit, then the batch is split at the limit and the end of the batch is computed in a new batch (see BATCH_SERVICE_BATCH_LIMIT_VALUE).

Detailed Information

Name BATCH_SERVICE_BATCH_MODE

The batch mode used to split the commit of the batch

Category Parameter
Type String
Access (RO/RW)

RW(+): Dynamic Read / Static and Dynamic Write

An immediate change is possible but is temporary. When it is relevant, change the permanent settings used by the SAP CC system when it restarts.

Use the Admin+ user interface to change the runtime values or the permanent values of this system parameter in an instance of the SAP CC system or in multiple instances.

Group(s) Tuning: Throughput and Latency
System Instance This system parameter is only available in the following type of instances in a running SAP CC system: rater
Default Value (Factory Settings)
rater UNLIMITED