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...
Continue reading...