Storage Engineering
Everything on SkillVeris tagged Storage Engineering — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 1 library
Interview Questions(5)
What Are Database Compression Techniques and Why Do They Matter?
Database compression techniques shrink the physical size of stored data by removing redundancy — through methods like dictionary encoding, run-length encoding,…
How Does Run-Length Encoding Work in Columnar Compression?
Run-length encoding (RLE) compresses a column by replacing consecutive repeated values with a single stored value plus a count of how many times it repeats in…
What is Data Deduplication in Storage Systems?
Data deduplication is a storage technique that identifies duplicate chunks of data — whole files, fixed-size blocks, or variable-length content-defined chunks…
What is Tiered Storage for Hot and Cold Data?
Tiered storage places data on different classes of storage medium based on how frequently it is accessed — hot data (frequently read/written) sits on fast, exp…
What Are Common Archival Strategies for Old Database Data?
Archival strategies move old, rarely accessed data out of the primary operational database into cheaper long-term storage — via time-based partition archiving,…