We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83cb73 commit 66178adCopy full SHA for 66178ad
README.md
@@ -6,7 +6,7 @@ Data lake implementation integrated with AWS S3
6
- Async-Download chunks from AWS S3
7
- Persist on-disk in a lock-less manner
8
- List all persisted chunks by ID from a cache
9
-- Find and lock a chunk - Once locked, chunk cannot be deleted until the DataChunkRef is released/dropped.
+- Find and lock a chunk - Once locked, chunk cannot be deleted until all DataChunkRef are dropped.
10
- Scheduled deletion - Scheduled for deletion, a chunk will be removed once it is no longer in use.
11
12
- Maximum allocated on-disk storage limit
0 commit comments