Why it matters
Cold folders with thousands of tiny files generate one upload round-trip each, which is slow and burns Google Drive API rate limits. Packing them into archives drastically cuts round-trips.
Next action
Add small-file bundling: pack cold folders of many tiny files into a single .tar.gz batch object. The restore, search, and backup engines must learn about bundles (index members, restore individual files out of a bundle, re-bundle on change).
Status
V2 / post-V1.
Why it matters
Cold folders with thousands of tiny files generate one upload round-trip each, which is slow and burns Google Drive API rate limits. Packing them into archives drastically cuts round-trips.
Next action
Add small-file bundling: pack cold folders of many tiny files into a single
.tar.gzbatch object. The restore, search, and backup engines must learn about bundles (index members, restore individual files out of a bundle, re-bundle on change).Status
V2 / post-V1.