E
ed_o_s
Guest
The delayed instantiation of temp-table feature delays the instantiation of all temp-tables, prodatasets and their indexes until the temp-table or prodataset is actually used. However running the a command like "can-find(first ttthree)" results in the instantiation of the temp table. The enhancement request is to delay the create until the first record is added to the table and the can-find does not result in the instantiation of the temp table.
Continue reading...
Continue reading...