tikv/tikv

RawKV: Supporting auto compaction

Offen

#7.870 geöffnet am 18.05.2020

 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)Rust (2.189 Forks)batch import
help wantedsig/engine

Repository-Metriken

Stars
 (15.922 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 28T 9h) (68 gemergte PRs in 30 T)

Beschreibung

Feature Request

Is your feature request related to a problem? Please describe:

The current TiKV's auto compaction does not work when using RawKV mode. This will result in increased read latency. In some extreme scenarios, this will lead requests timeout.

Describe the feature you'd like:

The following TiKV's configs should work not only on TxnKV mode but also on RawKV mode:

  • region-compact-check-step
  • region-compact-min-tombstones
  • region-compact-tombstones-percent

Contributor Guide