Tencent / TubeMQ

TubeMQ has been donated to the Apache Software Foundation and renamed to InLong, please visit the new Apache repository: https://github.com/apache/incubator-inlong
https://inlong.apache.org/
2.02k stars 388 forks source link

Why copy file to SSD #155

Open hanmz opened 4 years ago

hanmz commented 4 years ago

May I ask why copy file to SSD when consume message?

gosonzhang commented 4 years ago

This scenario is used when the consumption is seriously lagging: at this time, the consumption needs to be transferred to another storage for processing, which is equivalent to the concurrent read and write processing of multiple storage blocks, but the actual application process found that the capacity of the SSD disk is too small, so the effect is limited. 

The function will be removed in the later stage.

------------------ 原始邮件 ------------------ 发件人: "hanmz"<notifications@github.com>; 发送时间: 2020年5月18日(星期一) 晚上6:26 收件人: "Tencent/TubeMQ"<TubeMQ@noreply.github.com>; 抄送: "Subscribed"<subscribed@noreply.github.com>; 主题: [Tencent/TubeMQ] Why copy file to SSD (#155)

May I ask why copy file to SSD when consume message?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.