Graphorin API reference v0.12.1
Graphorin API reference / @graphorin/cli / / runMemoryMigrate
Function: runMemoryMigrate()
ts
function runMemoryMigrate(options): Promise<MemoryMigrateResult>;Defined in: packages/cli/src/commands/memory.ts:160
graphorin memory migrate - embedder swap (wave-D D5, real implementation). Loads the operator's --embedders factory module, opens the configured store, and drives @graphorin/memory's migrateEmbedder(...) with the store-side pager + the PERSISTED migration_state cursor - so a killed / aborted migration resumes from where it stopped on the next invocation. --reclaim additionally drops retired vector tables and compacts free pages.
Parameters
| Parameter | Type |
|---|---|
options | MemoryMigrateOptions |
Returns
Promise<MemoryMigrateResult>