From 276c503f45df13be3d2416f88dfc5a98bb6ecddc Mon Sep 17 00:00:00 2001 From: Mike Demmer Date: Fri, 25 Mar 2005 21:24:46 +0000 Subject: [PATCH] fix 'the the' --- doc/paper2/LLADD.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/paper2/LLADD.tex b/doc/paper2/LLADD.tex index 60922a7..8f72b43 100644 --- a/doc/paper2/LLADD.tex +++ b/doc/paper2/LLADD.tex @@ -1030,7 +1030,7 @@ or ``big locks'' (which drastically reduce concurrency) for multi-page updates. A common optimization for TPC benchmarks is to provide hand-built operations that support adding/subtracting from an account. Such operations improve concurrency since they can be reordered and can be -easily made into nested top actions (since the the logical undo is +easily made into nested top actions (since the logical undo is trivial). Here we show how increment/decrement map onto \yad operations. First, we define the operation-specific part of the log record: