You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2017/09/12 20:08:50 UTC

[couchdb] 07/28: Add default storage engine config with comments

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch COUCHDB-3287-pluggable-storage-engines
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 54aa9aeedc96f91d08f98d8802a33c14ef6a6c1a
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Tue May 30 11:19:11 2017 -0500

    Add default storage engine config with comments
---
 rel/overlay/etc/default.ini | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index fa1124d..4c49ea8 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -45,6 +45,17 @@ changes_doc_ids_optimization_threshold = 100
 ;single_max_doc_size = 1048576
 ; Maximum attachment size.
 ; max_attachment_size = infinity
+; The default storage engine to use when creating databases
+; is set as a key into the [couchdb_engines] section.
+default_engine = couch
+
+[couchdb_engines]
+; The keys in this section are the filename extension that
+; the specified engine module will use. This is important so
+; that couch_server is able to find an existing database without
+; having to ask every configured engine.
+couch = couch_bt_engine
+>>>>>>> Add default storage engine config with comments
 
 [cluster]
 q=8

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.