Message-ID: From: "wufengke (@wufengke)" To: "pgjdbc/pgjdbc" Date: Sun, 13 Jul 2025 16:04:27 +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: 3067131132 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-3067131132 Content-Type: text/plain; charset=utf-8 If it is a known issure, what is the best practise to workaround if I want to get the serial generated keys when insert data? Insert without result key and find them by a batch query after insert is a best way?