Message-ID: From: "SophiahHo (@SophiahHo)" To: "pgjdbc/pgjdbc" Date: Wed, 19 Feb 2025 14:21:25 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3528: Implement performance fix for catalog check in DatabaseMetaData In-Reply-To: References: List-Id: X-GitHub-Author-Login: SophiahHo X-GitHub-Comment-Id: 2668799983 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3528 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3528#issuecomment-2668799983 Content-Type: text/plain; charset=utf-8 @davecramer I assume the plan would be different, because I verified that the change drastically improved the performance of `getCrossReference`. With the same arguments and environment, version 42.7.5 took 3835 ms and the new version took 1504 ms.