Tôi đã gặp sự cố hiệu suất tương tự với mysql và đã giải quyết nó bằng cách đặt useServerPrepStmts và rewriteBisedStatements thuộc tính trong url kết nối.
Connection c = DriverManager.getConnection("jdbc:mysql://host:3306/db?useServerPrepStmts=false&rewriteBatchedStatements=true", "username", "password");