spring-cloud-dataflow icon indicating copy to clipboard operation
spring-cloud-dataflow copied to clipboard

Revisit SQL with `in('...')` queries

Open ghillert opened this issue 6 years ago • 2 comments
trafficstars

As Oracle only permits 1000 elements in in('...') queries, we should test that behavior:

  • Create test data that creates the breaking behavior
  • Document the breaking point
  • See if there are any issues with non-Oracle RDBMS
  • As needed improve the queries e.g. by:
    • batching multiple SQL queries or by
    • creating multiple concatenated in('...') statements

ghillert avatar Jul 16 '19 01:07 ghillert

Hi,

I've updated DefaultTaskDeleteService to work with large deletes - tested against an Oracle DB. #4723 only partially fixed this, large deletion of Job and Step Executions were still failing.

Should I submit the change against this issue or create a new one?

thanks

blueaadvark avatar May 26 '22 15:05 blueaadvark

Create a new issue. And link to this issue.

cppwfs avatar May 26 '22 15:05 cppwfs