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

[IMPROVED] Encoding for large meta snapshots #6165

Merged
merged 3 commits into from
Nov 25, 2024
Merged

[IMPROVED] Encoding for large meta snapshots #6165

merged 3 commits into from
Nov 25, 2024

Conversation

derekcollison
Copy link
Member

Improve very large meta snapshots by moving to goccy json pkg and utilize s2.Encode vs EncodeBetter which is faster and compresses better on on our meta snapshots.

Signed-off-by: Derek Collison [email protected]

…lize s2.Encode vs EncodeBetter wich is faster and compresses better on our meta snapshots.

Signed-off-by: Derek Collison <[email protected]>
@derekcollison derekcollison requested a review from a team as a code owner November 24, 2024 01:02
@derekcollison
Copy link
Member Author

FYI plan to add test to remove us snapshotting so much on consumer deletes as well here so feel free to hold off, but looks very promising and sans the one test that I had to fix passed the first time all others.

@derekcollison derekcollison marked this pull request as draft November 24, 2024 01:05
…onsumer removals to avoind excesive snapshotting.

Signed-off-by: Derek Collison <[email protected]>
@derekcollison derekcollison marked this pull request as ready for review November 25, 2024 12:43
Copy link
Member

@neilalexander neilalexander left a comment

Choose a reason for hiding this comment

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

LGTM

@derekcollison derekcollison merged commit c909acb into main Nov 25, 2024
5 checks passed
@derekcollison derekcollison deleted the json-s2 branch November 25, 2024 13:23
neilalexander added a commit that referenced this pull request Nov 26, 2024
Includes the following:

- #6169
- #6165
- #6173
- #6175
- #6176
- #6178

Signed-off-by: Neil Twigg <[email protected]>
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.

2 participants