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

release/v20.11-slash: perf(compression): Use gzip with BestSpeed in export and backup #7643

Merged
merged 1 commit into from
Mar 24, 2021

Conversation

jarifibrahim
Copy link
Contributor

@jarifibrahim jarifibrahim commented Mar 24, 2021

The export and backup code were using BestCompression and Default
gzip compression levels respectively. We see a 4x speed improvement when
switch from BestCompression to BestSpeed compression level.


This change is Reviewable

The export and backup code were using BestCompression and Default
gzip compression levels respectively. We see a 4x speed improvement when
switch from BestCompression to BestSpeed compression level.
@jarifibrahim jarifibrahim changed the title perf(compression): Use gzip with BestSpeed in export and backup release/v20.11-slash: perf(compression): Use gzip with BestSpeed in export and backup Mar 24, 2021
Copy link
Contributor

@NamanJain8 NamanJain8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: 0 of 2 files reviewed, all discussions resolved (waiting on @danielmai, @manishrjain, and @vvbalaji-dgraph)

@jarifibrahim jarifibrahim merged commit 5676462 into release/v20.11-slash Mar 24, 2021
@jarifibrahim jarifibrahim deleted the ibrahim/r20-11-slash-gzip-speed branch March 24, 2021 11:34
danielmai pushed a commit that referenced this pull request Mar 26, 2021
The export and backup code were using BestCompression and Default
gzip compression levels respectively. We see a 4x speed improvement when
switching from BestCompression to BestSpeed compression level.
jarifibrahim pushed a commit that referenced this pull request Apr 5, 2021
The export and backup code were using BestCompression and Default
gzip compression levels respectively. We see a 4x speed improvement when
switching from BestCompression to BestSpeed compression level.

(cherry picked from commit 5676462)
jarifibrahim pushed a commit that referenced this pull request Apr 5, 2021
The export and backup code were using BestCompression and Default
gzip compression levels respectively. We see a 4x speed improvement when
switching from BestCompression to BestSpeed compression level.

(cherry picked from commit 5676462)
jarifibrahim pushed a commit that referenced this pull request Apr 5, 2021
… (#7683)

The export and backup code were using BestCompression and Default
gzip compression levels respectively. We see a 4x speed improvement when
switching from BestCompression to BestSpeed compression level.

(cherry picked from commit 5676462)
jarifibrahim pushed a commit that referenced this pull request Apr 5, 2021
… (#7682)

The export and backup code were using BestCompression and Default
gzip compression levels respectively. We see a 4x speed improvement when
switching from BestCompression to BestSpeed compression level.

(cherry picked from commit 5676462)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants