Closed wang502 closed 4 years ago
Yes, that's correct.
The threshold is either 256 files sitting in the ingest log (1 ingest = 1 file) or 2MB of data.
The function is ShouldCompactRowStore in table_ingest.go: https://github.com/logv/sybil/blob/master/src/lib/table_ingest.go#L82
You can also manually force a digest if you want.
In this intro, it says:
Does this mean digestion will be invoked after amount of data in ingest log reach certain threshold?