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 2019/10/30 14:27:23 UTC

[GitHub] [incubator-doris] wuyunfeng opened a new issue #2106: Improve performance and extensibility for Doris-Spark-Connector

wuyunfeng opened a new issue #2106: Improve performance and extensibility for Doris-Spark-Connector
URL: https://github.com/apache/incubator-doris/issues/2106
 
 
   **Is your feature request related to a problem? Please describe.**
   Previously Doris-Spark-Connector use the custom thrift binary protocol for data exchange between Apache Spark and Apache Doris(incubator).  This design approach would introduce performance and  scalability problem:
   
   1. low compression ratio for the data, would increase network bandwidth utilization
   2. higher complexity for other compute service to use 
   
   Previous PR:
   https://github.com/apache/incubator-doris/issues/1525
   
   **Describe the solution you'd like**
   Introduce arrow IPC serialization for Doris-Spark-Connector to resolve those above problem.
   
   

----------------------------------------------------------------
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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org