Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backupccl: stream writes of returned SSTs to remote files #66802

Merged
merged 3 commits into from
Jun 24, 2021

Commits on Jun 24, 2021

  1. storageccl: make EncWriter take a io.WriteCloser

    Release note: none.
    dt committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    f534bbb View commit details
    Browse the repository at this point in the history
  2. backupccl: only complete span once

    Release note: none.
    dt committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    3a40930 View commit details
    Browse the repository at this point in the history
  3. backupccl: stream writes of returned SSTs to remote files

    This changes the backup processor to open remote files for writing and
    then write the content of returned SSTs as they are retruned instead of
    writing to an in-memory SSTable and then flushing that to cloud storage
    later.
    
    Release note: none.
    dt committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    b234b9f View commit details
    Browse the repository at this point in the history