Problem Description
The documentation on the MemWal repository is sparse regarding namespace partitioning. It is unclear if namespaces are cryptographically isolated or merely key-prefixed. Additionally, the behavior of the limit and query parameters on recall is not fully documented, leaving developers to guess how historical blobs are searched.
Proposed Solution
Provide detailed documentation or diagrams explaining the indexing mechanism of the memory database, namespace authorization rules, and the cost of executing semantic queries on historical states.
Problem Description
The documentation on the MemWal repository is sparse regarding namespace partitioning. It is unclear if namespaces are cryptographically isolated or merely key-prefixed. Additionally, the behavior of the
limitandqueryparameters onrecallis not fully documented, leaving developers to guess how historical blobs are searched.Proposed Solution
Provide detailed documentation or diagrams explaining the indexing mechanism of the memory database, namespace authorization rules, and the cost of executing semantic queries on historical states.