fjtirado opened a new issue, #1923: URL: https://github.com/apache/incubator-kie-kogito-apps/issues/1923
### Description Currently there are O(N*N) updates in postgres when a process consisting on N nodes is executed. The root cause is an inefficient handling of underlying JPA object ### Implementation ideas Do not use ProcessIntance model class in IndexingService, but a DTO interface that is implemented by every persistent layer, allowing performance optimization and avoiding a blind mapping that messed up the JPA bytecode. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
