-
Bug
-
Resolution: Done
-
Major
-
6.3.0, 6.1.0.GA
-
None
-
Red Hat BPM Suite 6.x DDLs - Supplementary Tools
Some BPM Suite 6 database queries were performing poorly (slowness) and it has been improved after adding some indexes for NodeInstanceLog and VariableInstanceLog. For instance:
VariableInstanceLog ADD INDEX (variableId, processInstanceId);
VariableInstanceLog ADD INDEX (variableId, value);
And:
NodeInstanceLog(processInstanceId,nodeType);
The DDL scripts only create indexes for ProcessInstanceLog table. It is needed to include those indexes for the other audit tables.
- is cloned by
-
RHBPMS-4025 [GSS] (6.3.z) BPM Suite 6 - Database Queries Performing Poorly (Adding INDEXES)
- Verified
- is duplicated by
-
RHBPMS-4050 Add missing indexes on VariableInstanceLog and NodeInstanceLog tables
- Closed