incubator-horaedb-meta icon indicating copy to clipboard operation
incubator-horaedb-meta copied to clipboard

Consider refactoring the implementation of BatchProcedure.

Open ZuLiangWang opened this issue 1 year ago • 0 comments

Description At present, BatchProcedure controls the number of single-batch executions through ProcedureExecutingBatchSize, but this quantity control is implemented in Scheduler instead of BatchProcedure. We may need to divide a single batch of Procedures into multiple batches of batch execution in a manner similar to flow control.

Proposal Refactor BatchProcedure to internally batch execution.

Additional context

ZuLiangWang avatar Jul 07 '23 07:07 ZuLiangWang