vortual commented on issue #60172:
URL: https://github.com/apache/doris/issues/60172#issuecomment-3788860206

   > 这个是单副本导入的问题,这个功能有些不稳定,现在也没怎么维护,建议不要使用。如果CPU 
内存资源比较紧张可以使用memtable前移功能,stream load的header中加上 -H "memtable_on_sink_node:true"。
   
   这个功能是哪个功能呢?我们是使用flink cdc to doris,没有直接调用 stream load的API。flink 
cdc似乎没有这个选项。查看BE后端配置enable_memtable_on_sink_node也已经是true了
   
   show variables like '%memtable_on_sink_node%'
   enable_memtable_on_sink_node true


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to