Skip to content

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.

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: number

Defined in: packages/client/src/export-dump.ts:86

Offset from startPerf when the CHECKPOINT began.


cloneBootMs: number

Defined in: packages/client/src/export-dump.ts:92

Clone boot wall — booting the memory-backed throwaway from the internal dump.


cloneBootStartedAtMs: number

Defined in: packages/client/src/export-dump.ts:90

Offset from startPerf when the throwaway clone’s PGlite.create({ loadDataDir }) began.


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: number

Defined in: packages/client/src/export-dump.ts:82

Offset from startPerf when the internal dumpDataDir (the clone’s source) began.


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: number

Defined in: packages/client/src/export-dump.ts:94

Offset from startPerf when pg_dump began running against the clone.