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.