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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to