How effective is executeBatch on a Prepared Statement?

前端 未结 5 836
执笔经年
执笔经年 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:16

    JDBC specification Chapter 14 says that submitting multiple SQL statements, instead of individually, can greatly improve performance

提交回复
热议问题