Yang Zhang
Yang Zhang
/cc @overvenus
https://github.com/tikv/tikv/blob/41f160e33a083ccff8ce62614099100f016c6817/components/raftstore/src/store/fsm/store.rs#L2794-L2797 This part is potentially time consuming. It is O(num of regions)
`make check` fails in our CI, it requires python3. So, this change will be paused, until we migrate to new build env.
How about using `mac-arm`? @purelind is that a good option? from resource perspective?
At first glance, seems possible, allow me dig more.
I think this is indeed a problem, unless we set `skip_value_in_compaction_filter` to be true, however, we don't. I am surprise that we don't see this error in our users' environment....
> I guess that in the TIDB environment, Tikv only uses Compaction Filter in WriteCF, while WriteCF only saves some transaction commit information and small values less than 256 bytes....