Multiple choice technology

This type of updating occurs slightly later than the document update where document will be updated whether the statistics update fails or not.

  1. Synchronous updating

  2. Asynchronous updating

  3. Both

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In asynchronous updating, the application document is updated first and commits successfully regardless of what happens with the statistics update. The statistics update happens separately in a background job 'slightly later' and can fail independently without affecting the main document. Synchronous updating would ensure both complete together before committing.