postgres optimizing "is null" condition on left join – Postgresql
I run the below 'is null' condition query on the postgres - 11.9 version and it takes almost 1500-2000 ms for each run. I changed the default statistics to 1000 for the database and executed reindex,vacuum and analyze on the…