Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit 8cd4eff

Browse files
authored
Clarify what compaction does (#426)
* Clarify what compaction does * Updates from review
1 parent cdb93fa commit 8cd4eff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/api/database/compact.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
temporarily created for this purpose, you may require up to twice the
2828
current storage space of the specified database in order for the
2929
compaction routine to complete.
30-
31-
- Removes old revisions of documents from the database, up to the
32-
per-database limit specified by the ``_revs_limit`` database
33-
parameter.
30+
- Removes the bodies of any non-leaf revisions of documents from the
31+
database.
32+
- Removes old revision history beyond the limit specified by the
33+
``_revs_limit`` database parameter.
3434

3535
Compaction can only be requested on an individual database; you cannot
3636
compact all the databases for a CouchDB instance. The compaction process

0 commit comments

Comments
 (0)