scaling-uses-logically-uniform-indirection

Status: IN

The architecture follows a single scaling pattern as distribution complexity increases: add logical indirection that decouples semantics from physical state — consistency strategies add semantic layers (tombstones, vector clocks) while topology and storage add logical abstractions (stateless rings, logical offsets, metadata-as-deletion) through the same mechanism of inserting a logical interpretation layer between operations and physical state.

Justifications

Both dimensions use the same scaling primitive (logical indirection), suggesting a single underlying architectural pattern

Depends on (SL): consistency-strategy-scales-uniformly-with-distribution, logical-physical-separation-spans-topology-storage-and-deletion

Depended on by

JSON