apple / apple/foundationdb

Extract / load tool or fdbcli feature

Open
#1,185 2 comments 0 reactions 1 assignee Claimed by @etschannen View on GitHub
Dominant language
C++
Stars
16.7k
Forks
1.6k
Avg merge
1d 20h
Merged PRs (30d)
126

Description

It would be really useful if there was a relatively easy mechanism to extract a given key range (or, better, set of key ranges) into a file, then to load those same key ranges into another target server (a bonus feature would have the restore process verify that the target key range is empty unless a flag was provided to force it). For example:

fdbcli> dump /tmp/alldata.out \x00 \xff

and

fdbcli> load --force /tmp/alldata.out

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.