From 3d56b0698cb0de8d62dafacaf7d42c8d2d85e80b Mon Sep 17 00:00:00 2001 From: Kai Liu Date: Fri, 15 Nov 2013 22:15:42 -0800 Subject: [PATCH] Fix typo. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 3c4746d7b..076f66d74 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ Authors: * The Facebook Database Engineering Team This code is a library that forms the core building block for a fast key value server, especially suited for storing data on flash drives. -It has a Log-Structured-Merge-Database (LSM) design with flexible tradeoffs +It has an Log-Structured-Merge-Database (LSM) design with flexible tradeoffs between Write-Amplification-Factor(WAF), Read-Amplification-Factor (RAF) and Space-Amplification-Factor(SAF). It has multi-threaded compactions, making it specially suitable for storing multiple terabytes of data in a -- GitLab