You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/04/20 02:15:29 UTC

[GitHub] [incubator-doris] kangkaisen commented on issue #3230: Support load json-data into Doris by RoutineLoad or StreamLoad

kangkaisen commented on issue #3230:
URL: https://github.com/apache/incubator-doris/pull/3230#issuecomment-616272107


   > I have just review the code related to stream load. I will review the routine load part later.
   > 
   > And I found a json lib which support full function of jsonpath:
   > `https://github.com/danielaparker/jsoncons`
   > 
   > It is very active project, and base on its benchmark, it's performance is good as rapidjson, except for the floating data type read time:
   > 
   > https://github.com/danielaparker/json_benchmarks/blob/master/report/performance.md
   > https://github.com/danielaparker/json_benchmarks/blob/master/report/performance_fp.md
   > 
   > Maybe we can introduce this lib later.
   
   @morningman  AFAIK, the simdjson is most fast json parse in the word. https://github.com/simdjson/simdjson


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



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