D
dbeavon
Guest
OK thanks for the info. I guess I was thinking that the NO-UNDO property of the temp-table might help avoid the performance overhead (by changing the behavior of READ-JSON). In certain situations we use NO-UNDO temp-tables for the sake of performance . I will wrap READ-JSON in a single transaction to avoid the large number of mini-transactions. In any case, if READ-JSON ever failed I wouldn't really need partial results.
Continue reading...
Continue reading...