Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Wed, 02 Jul 2025 16:00:18 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3657: perf: cache composite and simple subqueries In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 2180438544 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: a757e8efffb0fdeeb39e031167bb14c539e98542 X-GitHub-Issue: 3657 X-GitHub-Line: 1784 X-GitHub-Path: pgjdbc/src/test/java/org/postgresql/test/jdbc2/PreparedStatementTest.java X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3657#discussion_r2180438544 Content-Type: text/plain; charset=utf-8 (on pgjdbc/src/test/java/org/postgresql/test/jdbc2/PreparedStatementTest.java:1784) Just wondering: do your production usages include executing statements of various shapes? For instance something like insert-select-insert, "select from a; select from b; select from c"?