[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: KB Entry P133222

  • Thread starter Thread starter gus bjorklund
  • Start date Start date
Status
Not open for further replies.
G

gus bjorklund

Guest
marian, you are correct. the database writes are postponed as long as possible so that multiple updates to the same record can be coalesced. there is another wrinkle: /creates/ are delayed as long as possible too. however, the compiler ought to be smart enough to handle the can-find. that is not as simple as it might seem. what if there is a unique key violation and the (delayed) index entry can’t be created?

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