Django: Maybe disable PostgreSQL’s JIT to speed up many-joined queries

Django: Maybe disable PostgreSQL’s JIT to speed up many-joined queries

Articles

A write-up of an optimization by disabling a PostgreSQL feature called the JIT (Just-In-Time) compiler which was taking a long time for little benefit.