You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WAL segments are a nice 16MB in size; and usually quite compressible. We should be able to reduce blob storage usage a lot if we compressed the segments before we upload them to S3 (or any other blobstore).
DoD
WAL segments in S3 are pre-compressed.
Implementation ideas
Add a zip/lz/zstd compressor step before uploading, and decompressor step during/after downloading.
The content you are editing has changed. Please copy your edits and refresh the page.
Motivation
WAL segments are a nice 16MB in size; and usually quite compressible. We should be able to reduce blob storage usage a lot if we compressed the segments before we upload them to S3 (or any other blobstore).
DoD
WAL segments in S3 are pre-compressed.
Implementation ideas
Add a zip/lz/zstd compressor step before uploading, and decompressor step during/after downloading.
Tasks
Other related tasks and Epics
The text was updated successfully, but these errors were encountered: