How effective is executeBatch on a Prepared Statement?

前端 未结 5 770
执笔经年
执笔经年 2021-02-09 15:06

Subject to this question, asks it all:How effective is executeBatch method? Is there a performance benchmark, that says.. \'if you have 1000 records to be inserted, using a exec

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-09 15:20

    In the batchExecute() update statements are taking more time then insert statements I am tring with 5001 insert and update statements ration of performance is 15:84

提交回复
热议问题