Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/jpa/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Spring batch spring批处理多线程分配在批处理步骤执行中插入数据时性能较慢_Spring Batch - Fatal编程技术网

Spring batch spring批处理多线程分配在批处理步骤执行中插入数据时性能较慢

Spring batch spring批处理多线程分配在批处理步骤执行中插入数据时性能较慢,spring-batch,Spring Batch,当我们为spring批处理分区运行POC时,在表batch_STEP_执行中插入1700行几乎需要5分钟。spring batch是否可以配置为批量插入,而不是一次插入一个?您使用的是哪个版本的spring batch?这应该通过我正在使用spring batch 3.0.3版本来解决。

当我们为spring批处理分区运行POC时,在表batch_STEP_执行中插入1700行几乎需要5分钟。spring batch是否可以配置为批量插入,而不是一次插入一个?

您使用的是哪个版本的spring batch?这应该通过我正在使用spring batch 3.0.3版本来解决。