tikv/tikv

RawKV: Supporting auto compaction

Aberta

#7.870 aberto em 18 de mai. de 2020

 (1 comentário) (1 reação) (0 responsável)Rust (2.189 forks)batch import
help wantedsig/engine

Métricas do repositório

Stars
 (15.922 estrelas)
Métricas de merge de PR
 (Mesclagem média 28d 9h) (68 fundiu PRs em 30d)

Description

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

Guia do colaborador