Ho riscontrato un problema di prestazioni simile con mysql e l'ho risolto impostando useServerPrepStmts e le rewriteBatchedStatements proprietà nell'URL di connessione.
Connection c = DriverManager.getConnection("jdbc:mysql://host:3306/db?useServerPrepStmts=false&rewriteBatchedStatements=true", "username", "password");