CloneDumpPhases
Defined in: packages/client/src/export-dump.ts:80
The four extra phase walls the throwaway-clone pipeline adds on top of the shared checkpoint/dump pair.
Properties
Section titled “Properties”checkpointMs
Section titled “checkpointMs”checkpointMs:
number
Defined in: packages/client/src/export-dump.ts:88
CHECKPOINT wall — flushing dirty buffers before the internal datadir dump the clone consumes.
checkpointStartedAtMs
Section titled “checkpointStartedAtMs”checkpointStartedAtMs:
number
Defined in: packages/client/src/export-dump.ts:86
Offset from startPerf when the CHECKPOINT began.
cloneBootMs
Section titled “cloneBootMs”cloneBootMs:
number
Defined in: packages/client/src/export-dump.ts:92
Clone boot wall — booting the memory-backed throwaway from the internal dump.
cloneBootStartedAtMs
Section titled “cloneBootStartedAtMs”cloneBootStartedAtMs:
number
Defined in: packages/client/src/export-dump.ts:90
Offset from startPerf when the throwaway clone’s PGlite.create({ loadDataDir }) began.
dumpMs
Section titled “dumpMs”dumpMs:
number
Defined in: packages/client/src/export-dump.ts:84
dumpDataDir wall — the uncompressed internal tarball the throwaway clone boots from (compression: "none").
dumpStartedAtMs
Section titled “dumpStartedAtMs”dumpStartedAtMs:
number
Defined in: packages/client/src/export-dump.ts:82
Offset from startPerf when the internal dumpDataDir (the clone’s source) began.
pgDumpMs
Section titled “pgDumpMs”pgDumpMs:
number
Defined in: packages/client/src/export-dump.ts:96
pg_dump wall — the WASM pg_dump reading the clone out to SQL.
pgDumpStartedAtMs
Section titled “pgDumpStartedAtMs”pgDumpStartedAtMs:
number
Defined in: packages/client/src/export-dump.ts:94
Offset from startPerf when pg_dump began running against the clone.