primary-key-reads-unaffected-by-async

Status: IN

`get(pk)` reads directly from `partitions[pid].documents` and is never affected by `async_index` mode — staleness only applies to `query_by_field` which reads from `global_index`

Source: entries/2026/05/29/topic-async-index-consistency.md

JSON