Skip to content

feat: custom compression algorithm#399

Merged
rem1niscence merged 2 commits into
mainfrom
custom-compression
May 22, 2026
Merged

feat: custom compression algorithm#399
rem1niscence merged 2 commits into
mainfrom
custom-compression

Conversation

@rem1niscence
Copy link
Copy Markdown
Collaborator

Description

Provides the ability to use custom pebble db compression profiles (algoritms) in the store

Related Issues

Closes: N/A

Changes Made

  • Add config to set which compression algorithm to use, defaults to zstd

Checklist

  • I have tested the changes locally and verified they work as intended.
  • I have appropriately titled my branch issue-#<issue-number>.
  • I have run re-built the web-wallet and/or block explorer (if applicable).
  • I have run npm run prettier to format the web-wallet and/or block explorer (if applicable)
  • I have updated documentation (if applicable).
  • I have included tests for the changes (if applicable).

Additional Notes

Changing between algoritms is perfectly safe to do and will simply end up in older data being read using the previous algorithm until compaction happens, new data will be read/written using the new one

@rem1niscence rem1niscence merged commit 08f47e5 into main May 22, 2026
2 checks passed
@rem1niscence rem1niscence deleted the custom-compression branch May 22, 2026 15:37
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.

1 participant