diff --git a/doc/paper2/LLADD.tex b/doc/paper2/LLADD.tex index a862246..38a6e99 100644 --- a/doc/paper2/LLADD.tex +++ b/doc/paper2/LLADD.tex @@ -1890,7 +1890,7 @@ benchmark using libmysqld, which bypasses RPC costs by linking MySQL into an application binary. We used an InnoDB table, which seemed to perform better than tables backed by Berkeley DB. Still, MySQL was significantly slower then native Berkeley DB. If we do not link -MySQL the MySQL server into the application binary then the cost of local +the MySQL server into the application binary then the cost of local interprocess communication dominates the test, causing the benchmark to take too long to be reported here.