Status: OUT
The complete read path from storage through derived systems is unreliable at every stage: the SSTable layer has compounding integrity and performance deficiencies (no per-entry checksums, linear miss-probes from missing Bloom integration, redundant key-list rebuilds per lookup) while the CDC backbone feeding all derived systems depends on reconstruction heuristics for event semantics and requires callers to manually flush and provide old values for consistency.
Storage-layer integrity deficiencies feed directly into the CDC pipeline that derived systems depend on, making the entire storage-to-projection data path untrustworthy.
Depends on (SL): sstable-layer-compounds-integrity-and-performance-deficiencies, cdc-backbone-both-heuristic-and-insufficient