Commit a single-page transaction
mmap_batchApply multiple map changes atomically in one batch: add, update, or remove nodes and edges on a single page, validating the final graph so coordinated moves need no intermediate saves.
Instructions
Atomically combine additions, updates and removals on ONE page. Checks the final graph, so a coordinated move or edge replacement needs no intermediate saves. Read IDs and revision with mmap_read first. Cross-page deletion is excluded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | page (parallel map) this call targets; omit for the default page. A new conversation is not a new effort. Read existing pages with mmap_read first; reuse the same page for continued work. Create a new page only for a distinct effort. | |
| operations | Yes | ||
| expectedRevision | No | Revision from mmap_read; absent requires a new page. A stale revision returns CONFLICT. |