tikv/tikv

Support dump region mvcc keys & values in tikv-ctl

Ouverte

#3 148 ouverte le 5 juin 2018

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (2 189 forks)batch import
difficulty/easyhelp wantedtype/enhancement

Métriques du dépôt

Stars
 (15 922 étoiles)
Métriques de merge PR
 (Merge moyen 28j 9h) (68 PRs mergées en 30 j)

Description

For now, in tikv-ctl, we support scanning mvcc keys & values according to the given range, and also support print region properties (like start key & end key). It will be very nice & convenient to integrate these two together so that we can also easily scan all keys & values in a region. It is very useful in debugging.

Guide contributeur