you06

Results 25 comments of you06

Looking for locale change event and find this issue, great feature! watch the locale variable would be a solution, but not good ```javascript watch: { '$i18n.locale': function(newVal, oldVal) { console.log('locale...

@tonyxuqqi I'm currently working on this issue by triggering compaction when there are too many deletes.

We can trigger compaction when MVCC deletes exceed the given count or ratio. But when the deletes are in memtable, [get versions](https://github.com/tikv/tikv/blob/afbacfc4a864080f958497ce9a387df854f62f0f/components/engine_traits/src/misc.rs#L93-L98) from table properties does not contain those deletes....

> Note you can hint the rocksdb to only scan keys in memtable by using ReadTier. Thanks for the advice, I'll give a try.