How effective is executeBatch on a Prepared Statement?

前端 未结 5 764
执笔经年
执笔经年 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条回答
  •  生来不讨喜
    2021-02-09 15:14

    I'm not sure what you're asking, but for inserting many thousands of rows, a batched statement is hugely faster. I can't give you numbers, though.

提交回复
热议问题