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.