Open mniewrzal opened 2 years ago
Commented by Michal Niewrzal
It looks that we can save ~70 bytes per object.
Commented by Michal Niewrzal
We need to remember that StreamMeta contains metadata key and nonce and its also need to be migrated to table column.
After metainfo refactoring metadata column from objects table is storing marshaled StreamMeta which contains StreamInfo. StreamMeta is duplicating data that we have directly in objects table so we need to do live migration and:
Migrated from https://storjlabs.atlassian.net/browse/PG-201