How to configure batch
- Last Updated: July 16, 2025
- 1 minute read
- Corticon
- Version 6.3
- Documentation
The database schema that Batch configurations uses is illustrated in the following diagram.

Note: The schema notes in the following tables are brief. For more details
about a column name, see Configuration details
| Column Name : DataType | Note |
|---|---|
ID : Integer |
The Primary Key for the Table. |
NAME : String |
The name of this batch read operation. |
SQL : String |
The SQL statement that is a batch operation associated with this Decision Service. |
PRIMARY_ENTITY : String (required) |
The Corticon Entity to which the SQL statement will map. |
ENABLE : String
(true or false) |
Suppresses or allows the BATCH_READ to execute. If this value is null or any value other
than false, the default value is true. |
Note: For more about the format of Corticon's queries, see How Corticon is expressed in SQL.