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

HTTP gzip compression #155

Closed
wants to merge 2 commits into from
Closed

Conversation

dangra
Copy link
Member

@dangra dangra commented Nov 1, 2022

Closes #132

@@ -48,8 +50,6 @@ github.com/armon/go-metrics v0.3.10 h1:FR+drcQStOe+32sYyJYyZ7FIdgoGGBnwLl+flodp8
github.com/armon/go-metrics v0.3.10/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc=
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/benbjohnson/go-sqlite3 v0.0.0-20220723145740-eed275a583e0 h1:d37HZoNk/Z8Ds3vOS1N/rGpARaVic6shnKgxmqtVupE=
github.com/benbjohnson/go-sqlite3 v0.0.0-20220723145740-eed275a583e0/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU=
Copy link
Member Author

Choose a reason for hiding this comment

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

these lines were removed after running go mod tidy, let me know if you want them back for any reason

@dangra dangra marked this pull request as draft November 4, 2022 17:30
@benbjohnson
Copy link
Collaborator

I looked into this further and it looks like gzip interferes with the incremental flushing that we're doing. I think I'm going to move compression over to the LTX side so that files will be saved compressed on disk and we'll only have to compress once (instead of once-per-replica).

@benbjohnson benbjohnson closed this Nov 8, 2022
@benbjohnson benbjohnson mentioned this pull request Nov 8, 2022
@benbjohnson benbjohnson added this to the v0.3.0 milestone Nov 16, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LTX Compression
2 participants