Skip to content

Commit

Permalink
roachpb: add TargetFileSize parameter to ExportRequest
Browse files Browse the repository at this point in the history
The TargetFileSize parameter dictates the target size for individual SST files
to be exported. If a range contains more data than the target size, multiple
files are produced.

Release note: None
  • Loading branch information
ajwerner committed Feb 7, 2020
1 parent ece0b94 commit eea26d4
Show file tree
Hide file tree
Showing 4 changed files with 684 additions and 585 deletions.
43 changes: 37 additions & 6 deletions c-deps/libroach/protos/roachpb/api.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions c-deps/libroach/protos/roachpb/api.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eea26d4

Please sign in to comment.