Message-ID: From: "rutchkiwi (@rutchkiwi)" To: "pgjdbc/pgjdbc" Date: Tue, 07 Jun 2022 12:13:09 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #194: PgJDBC can experience client/server deadlocks during batch execution In-Reply-To: References: List-Id: X-GitHub-Author-Login: rutchkiwi X-GitHub-Comment-Id: 1148583735 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 194 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/194#issuecomment-1148583735 Content-Type: text/plain; charset=utf-8 @davecramer thank you for your reply. Yes sorry I edited my last post - yes my batch size if quite big but not crazy big - 20k rows, 10 columns. I'm using the [clojure jdbc library](https://github.com/clojure/java.jdbc) which uses .executeBatch internally. Do you know if it's possible to configure how reWriteBatchedInserts rewrites, so it doesn't run the entire thing in one big batch?