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

Compression #67

Merged
merged 20 commits into from
Oct 2, 2024
Merged

Compression #67

merged 20 commits into from
Oct 2, 2024

Conversation

LINCKODE
Copy link
Member

@LINCKODE LINCKODE commented Sep 30, 2024

Implements database compression using ZSTD
These changes drastically decrease the storage size.

  • Protobuf object to represent new quorum data format, which saves more than 50% the size.
  • We now save the full quorum tick data only for the last epoch of the tick.
  • Quorum data endpoint now reconstructs data using information from the next tick. Data of the last epoch tick is returned directly from the DB.

@LINCKODE LINCKODE merged commit d667021 into dev Oct 2, 2024
2 checks passed
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