-
Notifications
You must be signed in to change notification settings - Fork 57
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
[storage] Introduce Archive
#152
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 WalkthroughWalkthroughThe pull request introduces modifications across several Changes
Possibly related PRs
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #152 +/- ##
=========================================
Coverage 92.49% 92.50%
=========================================
Files 51 54 +3
Lines 9039 10577 +1538
=========================================
+ Hits 8361 9784 +1423
- Misses 678 793 +115
Continue to review full report in Codecov by Sentry.
|
Summary by CodeRabbit
New Features
Archive
module for a write-once key-value store optimized for high throughput and low-latency reads.HashMap
operations to evaluate performance.prometheus-client
andrand
.Bug Fixes
Documentation
journal
module and theArchive
module, including usage and error handling.Tests
TODO:
Storage
/Blob
Operations to Immutable References #153storage::archive
Journal
andArchive
(likep2p::authenticated
): [storage] Improve Docs #160Index
(u32 requires 4 extra bytes of padding) -> could store more of the key to minimize extra reads or change to u32 offset: [storage/archive] RemoveIndex
padding #161Index
padding #161Index
padding #161p2p
)