From bd828264f38443d9856d53a8c2a64da4577f7819 Mon Sep 17 00:00:00 2001 From: Kai Liu Date: Fri, 15 Nov 2013 15:36:37 -0800 Subject: [PATCH] Fix a typo in README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 61857a271..3c4746d7b 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 an Log-Stuctured-Merge-Database (LSM) design with flexible tradeoffs +It has a 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