P
Peter Judge
Guest
Temp-table and other handle-based structures are not automatically cleaned-up. Also, when passing arguments using the TEMP-TABLE (-HANDLE) or DATASET (-HANDLE) you make a deep copy every time. That’ll leak. In 11.0 there’s a new LOG-ENTRY-TYPE called TEMP-TABLES that logs the creation and destruction of temp-tables and datasets.
Continue reading...
Continue reading...