From a7ca87ca833c581ba8165f88fc73a9d547b1509d Mon Sep 17 00:00:00 2001 From: Nick Geoghegan Date: Mon, 22 Apr 2013 18:45:48 +0200 Subject: [PATCH] Readability improvements. --- source/applications/optimization.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/applications/optimization.txt b/source/applications/optimization.txt index e72b313e501..bd4ed4d62bd 100644 --- a/source/applications/optimization.txt +++ b/source/applications/optimization.txt @@ -4,9 +4,9 @@ Optimization Strategies for MongoDB .. default-domain:: mongodb -There are many factors that affect database performance and +There are many factors that can affect database performance and responsiveness, including index use, query structure, data models, -application design, and architecture, as well as operational factors +application design and architecture, as well as operational factors such as architecture and system configuration. This section describes techniques for optimizing application