Skip to content

chore: enable snappy compression on checkpoints#4209

Merged
rtyler merged 2 commits intodelta-io:mainfrom
rtyler:snappier-checkpoints
Feb 17, 2026
Merged

chore: enable snappy compression on checkpoints#4209
rtyler merged 2 commits intodelta-io:mainfrom
rtyler:snappier-checkpoints

Conversation

@rtyler
Copy link
Member

@rtyler rtyler commented Feb 17, 2026

our checkpoints are larger than they need to be, and this can lead to longer I/O times when loading large unoptimized checkpoints from storage

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Feb 17, 2026
our checkpoints are larger than they need to be, and this can lead to
longer I/O times when loading large unoptimized checkpoints from storage

Signed-off-by: R. Tyler Croy <rtyler@brokenco.de>
@rtyler rtyler force-pushed the snappier-checkpoints branch from 5d8cd91 to 71e0d07 Compare February 17, 2026 18:01
@codecov
Copy link

codecov bot commented Feb 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.73%. Comparing base (5950bbc) to head (824aebf).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4209   +/-   ##
=======================================
  Coverage   76.73%   76.73%           
=======================================
  Files         166      166           
  Lines       47808    47808           
  Branches    47808    47808           
=======================================
  Hits        36684    36684           
  Misses       9288     9288           
  Partials     1836     1836           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rtyler rtyler marked this pull request as ready for review February 17, 2026 18:11
@rtyler rtyler requested review from hntd187 and roeap as code owners February 17, 2026 18:11
@rtyler rtyler enabled auto-merge (rebase) February 17, 2026 18:11
@ion-elgreco
Copy link
Collaborator

Interesting, we had this default compression before, I guess it got lost in the refactors :)

@rtyler rtyler merged commit 6a1f409 into delta-io:main Feb 17, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

binding/rust Issues for the Rust crate

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants