मेरे पास MySQL के साथ एक समान प्रदर्शन समस्या थी और इसे useServerPrepStmts . सेट करके हल किया गया था और बैच किए गए स्टेटमेंट को फिर से लिखें कनेक्शन url में गुण।
Connection c = DriverManager.getConnection("jdbc:mysql://host:3306/db?useServerPrepStmts=false&rewriteBatchedStatements=true", "username", "password");