nickva commented on issue #1346: Add _approx_count_distinct as a builtin reduce 
function
URL: https://github.com/apache/couchdb/pull/1346#issuecomment-394868766
 
 
   I am thinking of Option 2 with the documentation note.
   
   For Options 3, Erlang 20.0 has a bunch of new normalization functions like 
say: http://erlang.org/doc/man/unicode.html#characters_to_nfc_binary-1. Maybe 
recursively transform each key to a normalized format before calling 
term_to_binary on it? Would that be enough? Even if it is would need to 
backport the module to Erlang versions < 20.0

----------------------------------------------------------------
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

Reply via email to