From f85e74e0664c94efb0e708e8f89b04e3d182de52 Mon Sep 17 00:00:00 2001 From: Jake Angerman Date: Fri, 21 Mar 2014 11:14:45 -0500 Subject: [PATCH] Update sharding-introduction.txt typo fix --- source/core/sharding-introduction.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/sharding-introduction.txt b/source/core/sharding-introduction.txt index 7e17fe40090..656b88235ca 100644 --- a/source/core/sharding-introduction.txt +++ b/source/core/sharding-introduction.txt @@ -43,7 +43,7 @@ and large data sets: cluster can increase capacity and throughput *horizontally*. For example, to insert data, the application only needs to access the - shard responsible for that records. + shard responsible for that record. - Sharding reduces the amount of data that each server needs to store. Each shard stores less data as the cluster grows.