JingsongLi opened a new pull request, #97:
URL: https://github.com/apache/flink-table-store/pull/97

   Currently Full Compaction may cause the writer to be blocked, which has an 
impact on LogStore latency.
   
   We need to decouple compact and write, compact completely asynchronous.
   But too many files will lead to unstable reads, when too many files, 
Compaction processing speed can not keep up with Writer, need to back press 
Writer.
   
   Stop parameter: num-sorted-run.stop-trigger, default 10


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to