From f48cd05474a9c527e82b3f6930c107c5ba52e1be Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Thu, 15 Apr 2021 12:56:57 -0400 Subject: [PATCH] (DOCSP-15543): Remove inaccurate advice for read-heavy apps --- source/administration/analyzing-mongodb-performance.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/administration/analyzing-mongodb-performance.txt b/source/administration/analyzing-mongodb-performance.txt index ab831eaa28a..181ce9b071c 100644 --- a/source/administration/analyzing-mongodb-performance.txt +++ b/source/administration/analyzing-mongodb-performance.txt @@ -154,9 +154,6 @@ If there are numerous concurrent application requests, the database may have trouble keeping up with demand. If this is the case, then you will need to increase the capacity of your deployment. -For read-heavy applications, increase the size of your :term:`replica set` and -distribute read operations to :term:`secondary` members. - For write-heavy applications, deploy :term:`sharding` and add one or more :term:`shards ` to a :term:`sharded cluster` to distribute load among :binary:`~bin.mongod` instances.