Skip to main content

8 docs tagged with "data fundamentals"

View all tags

Causal Consistency

Preserve cause-before-effect visibility across replicas without global total order.

Data Fundamentals

Core data concepts every engineer should master: modeling, transactions & isolation, indexing, consistency models, and lifecycle.

Data Lifecycle

From ingest to archive: govern data through creation, processing, storage, serving, retention, and deletion.

Eventual Consistency

Replicas converge over time—high availability and low latency with stale‑read trade‑offs.

Foundational Concepts

Ground yourself in core architecture, systems thinking, paradigms, and data basics to make sound design decisions.

Strong Consistency

All reads reflect the latest successful write—simpler reasoning at higher latency/cost.