Skip to content

CheckpointStoreStats

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/checkpointRetention.ts:104

What the checkpoint tables hold, for the readout.

checkpointBytes: number

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/checkpointRetention.ts:113

Bytes of checkpoint, metadata and pending-write blobs — the checkpoint tables’ own share.


checkpointCount: number

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/checkpointRetention.ts:114


dbPath: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/checkpointRetention.ts:105


fileBytes: number

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/checkpointRetention.ts:111

Size of the database file, which also holds sessions / conversations / the FTS index — so it is reported beside checkpointBytes rather than instead of it. Zero when the file is absent.


largestThreads: ThreadUsage[]

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/checkpointRetention.ts:118

The biggest threads by stored bytes, largest first.


threadCount: number

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/checkpointRetention.ts:116


unresumableBytes: number

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/checkpointRetention.ts:121


unresumableThreadCount: number

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/checkpointRetention.ts:120

Threads no conversation row names, and what they cost — what reclamation will take.


writeCount: number

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/checkpointRetention.ts:115