Skip to content

feat: custom compression algorithm#399

Open
rem1niscence wants to merge 2 commits into
mainfrom
custom-compression
Open

feat: custom compression algorithm#399
rem1niscence wants to merge 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

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