From a717316575152dde58c5a93ee0a65a3f2c072ab6 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 3caa832e71c..7f78edca978 100644 --- a/source/administration/analyzing-mongodb-performance.txt +++ b/source/administration/analyzing-mongodb-performance.txt @@ -89,9 +89,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.