MCS data segment, dict and misc files are made of S3 object files.
StorageManager metadata is a JSON file that contains the list of the actual S3 object files that are parts of the requested data file.
This subtask is dedicated in renaming/refactoring `MetadataFile` class in the SM code. The final solution must use FoundationDB instead of shared storage files to store JSON.
There is internal cache for JSON docs in SM that might become obsolete with migration to FDB. To future research this one has to remove the cache and measure the timings.
MCS data segment, dict and misc files are made of S3 object files.
StorageManager metadata is a JSON file that contains the list of the actual S3 object files that are parts of the requested data file.
This subtask is dedicated in renaming/refactoring `MetadataFile` class in the SM code. The final solution must use FoundationDB instead of shared storage files to store JSON.
There is internal cache for JSON docs in SM that might become obsolete with migration to FDB. To future research this one has to remove the cache and measure the timings.