Postgresql – PG_TOAST tables are creating with AccessExclusiveLock for Temp tables while executing a Postgres Transaction
In one of my Postgres Transaction (executing a procedure), I'm using more than 50 temp tables and for each temp table it is creating pg_toast_temptableOID, pg_toast_temptableOID_index with AccessExclusiveLock and fastpath = false for these pg_toast tables. It is creating slowness…