From 9b50393e15b71cb04745c63cfde5137863808623 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Wed, 28 Feb 2024 16:42:44 -0800 Subject: [PATCH] Don't number Abstract --- paper/paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.