From 35d5cfe0f20b0bf1cd895fc03a28498c3d07a268 Mon Sep 17 00:00:00 2001 From: Lorna Jane Mitchell Date: Wed, 29 Mar 2017 15:50:32 +0100 Subject: [PATCH] Really minor changes, to improve the English Fixes a minor to/too typo --- src/cluster/theory.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cluster/theory.rst b/src/cluster/theory.rst index 30f6ddf6..d7c84b0d 100644 --- a/src/cluster/theory.rst +++ b/src/cluster/theory.rst @@ -54,10 +54,10 @@ comes crashing down. * ``n=3`` Any 2 nodes can be down. * etc -Computers goes down and sysadmins pull out network cables in a furious rage from -time to time, so using ``n<2`` is asking for downtime. Having a to high value of -n is adding servers and complexity without any real benefit. The sweetspot is at -``n=3``. +Computers go down and sysadmins pull out network cables in a furious rage from +time to time, so using ``n<2`` is asking for downtime. Having too high a value +of ``n`` adds servers and complexity without any real benefit. The sweetspot is +at ``n=3``. Say that we have a database with 3 replicas and 4 shards. That would give us a maximum of 12 nodes. 4*3=12 Every shard have 3 copies.