storj / roadmap

Storj Public Roadmap
Other
11 stars 4 forks source link

Small File Packing (Satellite) #15

Open iglesiasbrandon opened 2 years ago

iglesiasbrandon commented 2 years ago

Summary:

Currently storing small files (5 MB or less) is not healthy for the satellites. for each file stored on the network, the satellite must store some metadata. If the size of the object is small the amount of metadata does not change so the ratio of data stored to metadata stored is unhealthy.

Pain Point:

Small objects take as much metadata as large objects so we want to optimize this.

Intended Outcome:

How will it work?

Blueprint: https://review.dev.storj.io/c/storj/storj/+/6543

wthorp commented 2 years ago

The link https://review.dev.storj.io/c/storj/storj/+/6680 is for Gateway-ST which isn't the satellite. I think the How will it work link should be https://review.dev.storj.io/c/storj/storj/+/6543?

derek-storj commented 3 months ago

This would be a requirement in order to pursue Veeam for M365 Backups. The backups of M365 environments includes individual emails (not packaged mailboxes), so think millions of 1KB files in this use-case.