From d7e0687f4ecd82af8f2cf25d6a0ba676ee051e23 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Thu, 10 Apr 2008 10:27:56 +0000 Subject: Add DB compaction button to Futon. Closes COUCHDB-38. Thanks to Jim Lindley for the patch! git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@646734 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/browse/_compact_database.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 share/www/browse/_compact_database.html (limited to 'share/www/browse/_compact_database.html') diff --git a/share/www/browse/_compact_database.html b/share/www/browse/_compact_database.html new file mode 100644 index 00000000..efa5d345 --- /dev/null +++ b/share/www/browse/_compact_database.html @@ -0,0 +1,28 @@ + +
+

Compact Database

+
+

+ Compacting a database removes deleted documents and previous revisions. + It is an irreversible operation and my take + a while to complete for large databases. +

+
+
+ + +
+
-- cgit v1.2.3