Modifying the Indexes Used on the 'ec_managed_obj_lifecycle' Table
Modifying the indexes used on the ec_managed_obj_lifecycle table:
- On SQL Server: prevents a known issue from occurring where, in certain circumstances, deadlocks can occur on the
ec_managed_obj_lifecycle table.
Note: If deadlocks occur on the ec_managed_obj_lifecycle table, an error similar to the following example is written to the BPM log file:
[ERROR] org.hibernate.util.JDBCExceptionReporter - Transaction (Process ID 110) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
- On SQL Server, Oracle or DB2: improves database query performance.
The required index modifications are:
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.