You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/07/10 15:29:37 UTC

[GitHub] [incubator-doris] morningman opened a new pull request #1457: Validate the UTF-8 encode of loading data

morningman opened a new pull request #1457: Validate the UTF-8 encode of loading data
URL: https://github.com/apache/incubator-doris/pull/1457
 
 
   Currently, Doris only support UTF-8 encoded data. All data will be
   shown to user in UTF-8 format. So if data loaded in Doris does not
   UTF-8 encoded, user will see garbled data when querying.
   
   I introduce a fast UTF-8 validator from
   
       https://github.com/lemire/fastvalidate-utf-8
   
   This validator is highly optimized that it only takes 0.7 CPU cycles
   to validata a 64k string. And by testing 1GB data load to Doris, the
   validator has no impact on performance.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org