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

perf(Backup): Improve backup performance #7601

Merged
merged 15 commits into from
Apr 6, 2021

Commits on Mar 15, 2021

  1. fix crash due to telemetry

    NamanJain8 committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    8f710e3 View commit details
    Browse the repository at this point in the history
  2. perf(backup): Improve backup performance

    - Use thread local buffer for codecs
    - Disabled Gzip compression (temporarily)
    - Add new ReadTs field to Manifest and use it instead of sinceTs
    Ibrahim Jarif committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    2d064c7 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/naman/fix-telemetry' into ibrahi…

    …m/backup-improvements
    Ibrahim Jarif committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    734b50c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e993fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    349a00a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. fix restore code to use compression

    Ibrahim Jarif committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d6d485d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    cfc1747 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. fix failing test

    Ibrahim Jarif committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    9f2db01 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/v21.03' into ibrahim/backup-improvements

     Conflicts:
    	worker/online_restore_ee.go
    	worker/restore.go
    Ibrahim Jarif committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    381f4aa View commit details
    Browse the repository at this point in the history
  3. fix more tests

    Ibrahim Jarif committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    0f55f84 View commit details
    Browse the repository at this point in the history
  4. Fixup

    Ibrahim Jarif committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    720c61b View commit details
    Browse the repository at this point in the history
  5. fix codec tests

    Ibrahim Jarif committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    17c048b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    f789807 View commit details
    Browse the repository at this point in the history
  2. add review comments

    Ibrahim Jarif committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    4055833 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    bc8b7b4 View commit details
    Browse the repository at this point in the history