diff --git a/paper/paper.tex b/paper/paper.tex index 1067a11..a7afeba 100644 --- a/paper/paper.tex +++ b/paper/paper.tex @@ -15,7 +15,7 @@ \maketitle -\section{Abstract} +\section*{Abstract} FoundationDB \cite{DBLP:conf/sigmod/ZhouXSNMTABSLRD21} provides serializability using a specialized data structure called \textit{lastCommit} \footnote{See Algorithm 1 referenced in \cite{DBLP:conf/sigmod/ZhouXSNMTABSLRD21}} to implement optimistic concurrency control \cite{kung1981optimistic}. This data structure encodes the write sets for recent transactions as a map from key ranges (represented as bitwise-lexicographically-ordered half-open intervals or singleton keys) to most recent write version, represented as a 64-bit integer.