Skip truncating ON COMMIT DELETE ROWS temp tables, if the transaction hasn't
touched any temporary tables. We could try harder, and keep track of whether we've inserted to any temp tables, rather than accessed them, and which temp tables have been inserted to. But this is dead simple, and already covers many interesting scenarios.
Showing
Please register or sign in to comment