Search the practice set

275 questions, 991 terms and 600 topics in 30 areas.

16 results for “File Formats & Compaction”

Terminology · 8
term

Small File Problem

The degradation that follows from many tiny files — metadata operations dominating, compression failing, and columnar formats losing their advantage.

File Formats & Compaction
term

File-Based Integration

Exchanging data as files on a schedule via SFTP or shared storage — dated, still ubiquitous, and workable when its failure modes are handled explicitly.

Legacy Integration
term

Log Compaction

A retention policy that keeps only the most recent value for each key rather than deleting by age, so the log becomes a durable snapshot of current state.

Event Streaming
term

Binary Serialisation

Encoding messages compactly using a schema rather than as self-describing text, trading readability for size and parse speed.

Message Formats
term

Dropbox's Move Off S3

Dropbox moved the majority of its file storage off Amazon S3 onto custom infrastructure, reporting savings that its S-1 filing put at roughly $75 million over two years.

Cost & FinOps
term

Lakehouse Table Format

A metadata layer over object storage that adds atomic commits, snapshots and schema evolution to files that otherwise have none.

Open Table Formats
term

Message Translator

A component converting a message between two systems' formats, so neither has to adopt the other's model.

Integration Patterns
term

Terraform State

The file mapping declared resources to real infrastructure, without which the tool cannot tell what it already created — and which becomes critical infrastructure in its own right.

Infrastructure as Code