sklassen commented on issue #37: New Instructions for installing snap including enabling interfaces URL: https://github.com/apache/couchdb-pkg/pull/37#issuecomment-436748606 Opps. Sorry about that. I'm still getting used to github. Fresh PR#38 Yes, the install hook is only meant to run once, any refresh or upgrades will copy the configuration files into the new version. That way you can roll forward or revert quite elegantly. I did add a guard so not to clobber local.ini. And if the user were to delete either vm.args or local.ini, for what-ever reason, then in snap_run, I re-copy the vm.args and I touch local.ini. Yes, I like the mango indexes. But sometimes you need views for polymorphic abstraction. And for big databases, erlang views speed improvement is worth the effort. I did, however, notice some reliability issues, with regard to timeouts, with the 2.x branch of erlang views that were not there in 1.6x. It is hard re-create the error, but I'll put a test script together and open an issue. Cheers On Thu, Nov 8, 2018 at 2:03 AM Joan Touzet <[email protected]> wrote: > @sklassen <https://github.com/sklassen> Why did you close the PR? I > haven't merged it yet. Are you going to open a new one? > > Be careful you don't clobber the user's own local.ini file. If they've > made their own changes, you don't want to overwrite it with the updated > version. > > You should check out mango indexes, in my recent testing they were even > faster than erlang views. > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/couchdb-pkg/pull/37#issuecomment-436719712>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AGrF5X8f9SlFLWhWgKxdmKETp8Yn6NbOks5usyBygaJpZM4YOx47> > . >
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
