Message-ID: From: "davecramer (@davecramer)" To: "postgresql-interfaces/psqlodbc" Date: Wed, 11 Sep 2024 20:12:15 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #39: Presence of kerberos ticket impacts query/connection performance In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 2344615657 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 39 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/39#issuecomment-2344615657 Content-Type: text/plain; charset=utf-8 Yes, so this is somewhat documented, albeit well buried https://www.postgresql.org/docs/16/libpq-connect.html#LIBPQ-CONNECT-GSSENCMODE Basically if there are credentials present then libpq will try to establish a GSSAPI connection which takes an extra round trip. Dave