mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-20 13:30:46 +02:00
adjust limitation
@@ -397,7 +397,6 @@ rewrite_manifests: rewrote 7 manifests into 1 (120 entries)
|
||||
|
||||
## Limitations
|
||||
|
||||
- **Inline files only**: metadata and manifest files are expected to be stored inline in filer entries (suitable for their typical small size). Chunked/large file streaming is not supported.
|
||||
- **Client-side CAS**: the compare-and-swap on metadata version is enforced client-side. Concurrent maintenance on the same table should be avoided (the deduplication key prevents this under normal scheduling).
|
||||
- **No delete manifest support in compaction**: tables with row-level deletes (delete manifests) skip compaction.
|
||||
- **No multi-spec compaction**: tables that have undergone partition spec evolution skip compaction.
|
||||
|
||||
Reference in New Issue
Block a user