Hello David, On Tue, 5 Sept 2023 at 18:52, David Raymond <david.raym...@tomtom.com> wrote: > > I've noticed that CPU usage for queries seems to have drastically increased > going from psycopg2 to psycopg3. > [...] > This is on Windows, where I install with "pip install psycopg2-binary" and > "pip install psycopg[binary]"
I have tested your script on Linux and on this platform I can't reproduce the issue. Psycopg 3 CPU usage remains low. I will try to repeat your test on Windows. -- Daniele