-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
7.65.0.Final
-
None
-
False
-
False
-
NEW
-
NEW
-
The mechanism used in org.jbpm.process.audit.JPAAuditLogService#doPartialDelete to batch the delete statements runs into `ORA-01795: maximum number of expressions in a list is 1000` when RecordsPerTransaction is > ~1000.
This can be improved using a subquery with the delete, instead of passing the list of IDs as a parameter
- relates to
-
JBPM-9579 Adding a pagination parameter to LogCleanupCommand
- Resolved