idu.com>>
>日期: 2019年4月9日 星期二 下午4:39
>至: "dev@doris.apache.org<mailto:dev@doris.apache.org>"
>mailto:dev@doris.apache.org>>
>抄送: palo-rd mailto:palo...@baidu.com>>, Ling Miao
>mailto:miaolin...@baidu.com>>
>主题: [DISCUSS] Unify the load frame
pache.org>"
mailto:dev@doris.apache.org>>
抄送: palo-rd mailto:palo...@baidu.com>>, Ling Miao
mailto:miaolin...@baidu.com>>
主题: [DISCUSS] Unify the load framework in Doris
Hi all,
I prepare to unify the load framework in Doris.
The background is following:
There are diffe
It will be a good job for Doris.
Here are some code to do same thing, for example, the CSVScanNode can be
replaced by BrokerScanNode.
And BrokerScanNode seems to be changed another name, because that it not
only can scan from broker, but also from local file or memory sink.
Can you change it to an
Hi all,
I prepare to unify the load framework in Doris.
The background is following:
There are different load frameworks belong to different load methods in Doris.
On the one hand, the performance of broker and mini load which use the old
framework is lower than stream load. On the other hand,