haiku.rag/haiku_rag_slim/haiku
Yiorgis Gozadinos 18c22f1ddb
Say what the sandbox's connection lock guards
The lock claimed to serialize a whole read, while `_documents` resolves the
owners under it and then reads through them outside. That is right: resolving
the owners is an operation on the shared connection, reading through them is
not, and each owner is a session of its own. Holding the lock across a read per
database would serialize them against the capability's searches to guard state
none of them touch.
2026-08-27 18:04:27 +03:00
..
rag Say what the sandbox's connection lock guards 2026-08-27 18:04:27 +03:00