PJC_PARALLEL_THRESHOLD

PJC_PARALLEL_THRESHOLD holds the thresholds applied during parallelization.

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

pjc_parallel_threshold_PK

PROCESS_NAME

Columns

Name Datatype Length Precision Not-null Comments
PROCESS_NAME VARCHAR2 200 Yes Name of the process being performed.
NUM_OF_WORKERS NUMBER Maximum number of workers that can be invoked for the process.
TXN_THRESHOLD_COUNT NUMBER Maximum number of transactions that can be processed in one job request.
LAST_SYNC_DATE DATE Date when the statistics were synched up.
AVG_TXN_COUNT_PER_GROUP NUMBER Average number of transactions being processed per group.
THRESHOLD_TIME NUMBER Threshold time for processing a batch. For future use.
THRESHOLD_SLEEP_TIME NUMBER Indicates how long the parent job goes to sleep before waking up and checking the status of peer jobs.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Indexes

Index Uniqueness Tablespace Columns
PJC_PARALLEL_THRESHOLD_U1 Unique Default PROCESS_NAME