[progress Communities] [progress Openedge Abl] Forum Post: Re: Performance Overhead When...

  • Thread starter Thread starter AdrianJones
  • Start date Start date
Status
Not open for further replies.
A

AdrianJones

Guest
do you have many non "no-undo" variables, tables, data-sets in your code? if so it might explain the assign speed issue. every time you assign any non "no-undo" variable, all non "no-undo" variables are written out to the LBI (local before image) file. if you consolidate multiple assigns into a single assign this lbi write only happens once.

Continue reading...
 
Status
Not open for further replies.
Back
Top