Message-ID: From: "wufengke (@wufengke)" To: "pgjdbc/pgjdbc" Date: Mon, 14 Jul 2025 13:41:47 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3726: BatchInsert + generatedKeys will cause insert block in DB In-Reply-To: References: List-Id: X-GitHub-Author-Login: wufengke X-GitHub-Comment-Id: 3069664181 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3726 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3726#issuecomment-3069664181 Content-Type: text/plain; charset=utf-8 Thanks. But I have another question, does the batchExecute() realy in a batch way? Because I find it's performance is almost the same as application layer loop. I have 5 thousand data.