nickva opened a new pull request #826: Skip compression for EMSort data URL: https://github.com/apache/couchdb/pull/826 EMSort data is either FDIs or `{{Id, Seq}, Loc}` KVs and using the default snappy compression on it is wasteful. snappy is a NIF so no matter how small the data there a cost associated with jumping to C and back. Since snappy is always the default for append_term(s)/2 even if user explicitly picks the default compression as something else in config files, have to explicitly pass the option to skip compression in each function call. ---------------------------------------------------------------- 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
