See how to empower MySQL to send batched statements in a single request — or as much as possible in a single request:
via rewriteBatchedStatements = true: JDBC URL = ...?rewriteBatchedStatements=true
Visit the DevX Tip Bank