Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/api/database/compact.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@
:synopsis: Makes sure all uncommitted changes are written and synchronized
to the disk

.. note::
As of CouchDB 2.0, this endpoint is a no-op. It is retained for backward
compatibility with the replication protocol.

Commits any recent changes to the specified database to disk. You should
call this if you want to ensure that recent changes have been flushed.
This function is likely not required, assuming you have the recommended
Expand Down Expand Up @@ -194,6 +198,8 @@
"ok": true
}

.. versionchanged:: 2.0.0 this endpoint became a no-op

.. _api/db/view_cleanup:

=====================
Expand Down