You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2017/11/07 06:40:46 UTC

[GitHub] wohali closed pull request #198: Modify articles, commas, and spelling in the 'DELETE operation' section for clarity.

wohali closed pull request #198: Modify articles, commas, and spelling in the 'DELETE operation' section for clarity.
URL: https://github.com/apache/couchdb-documentation/pull/198
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/src/maintenance/performance.rst b/src/maintenance/performance.rst
index 82a36dd..d7a9a07 100644
--- a/src/maintenance/performance.rst
+++ b/src/maintenance/performance.rst
@@ -223,8 +223,8 @@ revision which contains the ``_id`` and ``_rev`` fields as well as
 the `_deleted` flag. This revision will remain even after a `database
 compaction` so that the deletion can be replicated. Deleted documents, like
 non-deleted documents, can affect view build times, :method:`PUT` and
-:method:`DELETE` requests time and size of database on disk, since they
-increase the size of the B+Tree's. You can see the number of deleted documents
+:method:`DELETE` request times, and the size of the database since they
+increase the size of the B+Tree. You can see the number of deleted documents
 in :get:`database information </{db}>`. If your use case creates lots of
 deleted documents (for example, if you are storing short-term data like log
 entries, message queues, etc), you might want to periodically switch to a new


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services