Skip to main content

Workloads (W1–W10)

The corpus drives ten workloads. The six core workloads (W1–W6) are defined in the paper and docs/01-workload-spec.md; W7–W10 are the v0.2.0 extensions.

Core (W1–W6)

WorkloadTestsCapability
W1 Stable Recallpure-retrieval baseline— (none required)
W2 Versioningsupersession + point-in-time recallSUPERSESSION_CHAIN, BI_TEMPORAL
W3 Embedding Qualityretrieval under distractor noise— (embedding lever)
W4 Retentionrecall under bounded retentionretention policy (the recall cliff)
W5 Tenant Isolationcross-tenant leakage and withholdingMULTI_TENANT (two-sided)
W6 Deletionresurfacing and over-purgeHARD_DELETE (two-sided)

Extensions (W7–W10, v0.2.0)

WorkloadTestsCapability
W7 Conflictcontradictory writes flaggedCONFLICT_DETECTION
W8(extended coverage — see workload spec)
W9 Cross-Sessionstate/deletion propagation across sessionsCROSS_SESSION_PROPAGATION
W10 Concurrencyserializable isolation under concurrent opsCONCURRENCY_CONTROL (via ConcurrentMemoryBackend)
note

W7–W10 (and the exact W8 definition) are authoritative in the current docs/01-workload-spec.md; confirm before quoting numbers.