Tour page 6 of 28
Fluo provides Snapshot isolation. This means that a Transaction or Snapshot can only see data committed before it started. The following steps demonstrate the concept of snapshot isolation. Try to code up the steps using Fluo, then run it and see if it prints what you expect. If there is something you are unsure about, code for the following steps are on the next page.