tupian

Typically, this method is called once all the data is ingested. You are advised not to call this method frequently since it could generate a lot of tiny segments and lead to unstable problems.

I found that the flush operation is time-consuming, and frequent flush operations result in the creation of many segments, which can impact performance. This also increases the pressure during the compaction process.

Comment From: markpollack

Thanks!