Skip to content

Conversation

meox3259
Copy link
Contributor

If level in lsm tree is set as remote storage(S3), then sstables in this level can be stored in local disk as cache by setting cached as true.

Copy link

codecov bot commented Jun 16, 2025

Codecov Report

Attention: Patch coverage is 53.35893% with 243 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/compaction/leveled.rs 50.17% 146 Missing ⚠️
src/compaction/mod.rs 48.59% 73 Missing ⚠️
src/lib.rs 74.07% 7 Missing ⚠️
src/version/cleaner.rs 33.33% 6 Missing ⚠️
src/option.rs 71.42% 4 Missing ⚠️
src/fs/manager.rs 81.25% 3 Missing ⚠️
src/version/mod.rs 76.92% 3 Missing ⚠️
src/wal/mod.rs 0.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

tmp modify

tmp commit

feat: enable levels to cache sstables to local disk if uploaded to S3

feat: enable levels to cache sstables to local disk if uploaded to S3

fix ci & unit test & format

fix ut

fix wasm & python ci

fix ci

remove garbage info & fix token
@ethe
Copy link
Member

ethe commented Jun 24, 2025

Is it better to fix format CI and binding CI first

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.

3 participants