spring-cloud-dataflow
spring-cloud-dataflow copied to clipboard
Support chunking of large job and step execution deletes
Currently all Job and Step Executions are performed in one database transaction. Large transactions > 1,000 causes the following error in Oracle:
ORA-01795: maximum number of expressions in a list is 1000
A similar fix to #4723 is required. This should also fix #3348
(I currently have a fix locally)
would you mind making a PR? ;)
Pull Request made :)