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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to