[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Grid control multiple record save

  • Thread starter Thread starter mpiscoso@gmail.com
  • Start date Start date
Status
Not open for further replies.
M

mpiscoso@gmail.com

Guest
dora.husaru I'm just wondering, on the object that you use in your Grid control, do you have lots of After Create or After Update triggers? 15 records is really low to slow down a grid control unless there are a lot of things happening under the hood. Another possibility would be that your parent object (Customer) would have long processing triggers as well. Another possibility is that you have a trigger loop between your two objects. I can't really say what your issue is for sure but I can say that 15 records should be very fast to save if there are no triggers in both objects OR if the triggers are properly optimized. Maybe your performance issue(s) is/are bought about un-optimized code in your triggers? Anyway, hope this helps Piscoso, Martin

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