Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
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
Attachments
Issue Links
- links to