Re: insert batch & execute performance
Posted by: Peter Brawley
Date: February 27, 2020 09:28AM

MySQL version, Show Create Table result?

Have you benchmarked batch inserts using just MySQL to identify what part ofthe performance problem, if any, is due to MySQL?

Re batch inserts via JDBC, seting rewriteBatchedStatements = true rewrites the Inserrts as multi-insert statements, doesn't it?

Options: ReplyQuote


Subject
Written By
Posted
Re: insert batch & execute performance
February 27, 2020 09:28AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.