You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/03/30 18:24:59 UTC

[GitHub] [couchdb] davisp commented on issue #2208: Remove delayed commits option

davisp commented on issue #2208: Remove delayed commits option
URL: https://github.com/apache/couchdb/pull/2208#issuecomment-606163963
 
 
   @PiotrKozimor The only way to recover the `delayed_commits` option would be to run an older 2.x release. As to `fsync_options` leaving that would have allowed users to disable fsyncs in an unsafe manner that would lead to corruption of a database (whereas `delayed_commits` might lose the last second of data, removing fsyncs can actually result in a database that is unreadable by CouchDB).
   
   Another thing to keep in mind is that the next version of CouchDB will be based on FoundationDB which will change a lot of this considerably as the storage implementation will be different. There's interest in implementing the ability for CouchDB to run against a storage engine that would theoretically work much better on embedded devices, although this is not currently a promised feature. If you're interested in that work and/or contributing to that you should sign up for the dev@couchdb.apache.org mailing list.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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