Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7CA52200C16 for ; Thu, 9 Feb 2017 17:21:17 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7B2F4160B4C; Thu, 9 Feb 2017 16:21:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A9F83160B50 for ; Thu, 9 Feb 2017 17:21:16 +0100 (CET) Received: (qmail 98935 invoked by uid 500); 9 Feb 2017 16:21:15 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 98926 invoked by uid 99); 9 Feb 2017 16:21:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2017 16:21:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1BD43DFBE6; Thu, 9 Feb 2017 16:21:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vatamane@apache.org To: commits@couchdb.apache.org Date: Thu, 09 Feb 2017 16:21:15 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/4] documentation commit: updated refs/heads/master to 54e5a46 archived-at: Thu, 09 Feb 2017 16:21:17 -0000 Repository: couchdb-documentation Updated Branches: refs/heads/master 83caf89de -> 54e5a463d Fix typo Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/c539140f Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/c539140f Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/c539140f Branch: refs/heads/master Commit: c539140fae6143e761487eb6a450bd81be436484 Parents: 83caf89 Author: Jonathan Hall Authored: Thu Feb 9 16:01:10 2017 +0100 Committer: Jonathan Hall Committed: Thu Feb 9 16:01:10 2017 +0100 ---------------------------------------------------------------------- src/api/database/compact.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/c539140f/src/api/database/compact.rst ---------------------------------------------------------------------- diff --git a/src/api/database/compact.rst b/src/api/database/compact.rst index 14c8fee..fa10aa9 100644 --- a/src/api/database/compact.rst +++ b/src/api/database/compact.rst @@ -91,7 +91,7 @@ design document Compacts the view indexes associated with the specified design document. - If may be that compacting a large view can return more storage than + It may be that compacting a large view can return more storage than compacting the actual db. Thus, you can use this in place of the full database compaction if you know a specific set of view indexes have been affected by a recent database change.