Re: PostGres ODBC too slow

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: vedant patel <vedantpatel297(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PostGres ODBC too slow
Date: 2024-03-15 17:39:20
Message-ID: 47c54070-cdc1-461c-9750-e9570a8ba2e4@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On 3/15/24 3:40 AM, vedant patel wrote:
> Hello There,
>
> Recently, we've encountered some performance issues with the ODBC
> driver provided by Postgres. Upon investigation, we noticed that
> switching from the UNICODE to ANSI driver resulted in performance
> improvements for some queries, albeit at the expense of others.
>
> To delve deeper into this matter, I conducted tests using a Python
> script with the psycopg2 library, and the results were significantly
> better. However, to address this issue comprehensively, I've explored
> alternative ODBC drivers available in the market. While some minor
> improvements were observed in a few queries with a different driver,
> the overall performance remains a concern.
>
> Given your extensive experience in this area, I would greatly
> appreciate your insights and recommendations on which ODBC driver
> would be most suitable for our use case. Any advice or suggestions you
> could offer would be immensely helpful in resolving this performance
> issue.

This will probably get a better answer quicker over at the ODBC list:

https://www.postgresql.org/list/pgsql-odbc/

>
> Let me know in case of any questions or concerns.
>
> Thanks,

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-03-15 17:42:34 Re: Query on Postgres SQL transaction
Previous Message Adrian Klaver 2024-03-15 15:14:06 Re: select results on pg_class incomplete