You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/05/17 09:41:58 UTC

[GitHub] garrensmith commented on issue #496: Couchdb 3287 pluggable storage engines

garrensmith commented on issue #496: Couchdb 3287 pluggable storage engines
URL: https://github.com/apache/couchdb/pull/496#issuecomment-302040139
 
 
   @tonysun83 each storage engine should have a different file extension. So if you do `http://localhost:15984/testdb?engine=ngen` and then look at the files you will see a few db files with a `.ngen` extension. 
   
   From what I understand of this code https://github.com/apache/couchdb/blob/6375cd41afed07818ff77713fcab7f7e72e5040c/src/couch/src/couch_server.erl#L629-L642
   If you do `?engine=blahgen` and that engine is not supported it will fallback to the configured default engine.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services