Metadata Management
Everything on SkillVeris tagged Metadata Management — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
How Would You Design Dropbox?
Designing Dropbox means building a chunked file-storage system where files are split into fixed-size blocks, deduplicated and uploaded individually to blob sto…
How to Design a Distributed File System
A distributed file system splits large files into fixed-size chunks replicated across many storage nodes, with a separate metadata service tracking which chunk…