Thomas Pedersen
03/09/2023, 6:33 AMWITH RECURSIVE typeinfo_tree ...
was by far the heaviest. Several places online this was reported to be related to JIT (e.g. https://github.com/MagicStack/asyncpg/issues/530) so I attempted to disable JIT (-c jit=false
when starting the PostgreSQL docker container) ... and then all the peak loads disappeared from our server.
(Prefect 2.7.12)Tim Galvin
03/09/2023, 7:03 AM