We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef44f1 commit ef77159Copy full SHA for ef77159
doc/final-report/final-report.md
@@ -1043,7 +1043,7 @@ constraints:
1043
These constraints leave room for concurrent and parallel execution, because they
1044
allow overlapped execution of multiple batches in a pipelined way. The reason
1045
why such an execution is possible is somewhat subtle though. The updates have to
1046
-be serialised, but the lookups can be executed out of order, provided the
+be executed serially, but the lookups can be executed out of order, provided the
1047
results we ultimately report for the lookups are correct. The trick is to
1048
perform the lookups using an older value of the database and then adjust their
1049
results using the updates from the later batches. This allows starting the
0 commit comments