Message-ID: From: "davecramer (@davecramer)" To: "postgresql-interfaces/psqlodbc" Date: Wed, 11 Sep 2024 18:37:25 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #32: Slow Connection with ODBC Driver In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 2344405849 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 32 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/32#issuecomment-2344405849 Content-Type: text/plain; charset=utf-8 > I am also seeing very slow response with newer drivers. I support an older application that was using psqlodbc driver v 0903 until the update to postgres v12. Swapping in any newer driver results in SIGNIFICANT decrease in response. Same application, same database, same machine...only the driver changes. Any suggestion? Example: a series of queries runs in < 4min with the 0903 driver, but takes about 90m with the new ones, Any way you can provide me with a way to replicate this ?