adjust limitation

Chris Lu
2026-03-15 12:14:06 -07:00
parent 42d5d900a9
commit 9e5fe81a79
-1
@@ -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.