T
thunderfoot79
Guest
The NO-UNDO does improve my performance by about 40%. Now since it takes 12 minutes to run the loop alone in my ABL, it may not be noticeable unless you're letting it run all the way through. I would imagine that the .Net compiler is using more optimization and realizes that your Loop isn't actually doing anything so it cuts down on the computation. I'd be curious what your timings look like if you actually did something(such as write to a log for each iteration) during your .Net loop.
Continue reading...
Continue reading...