CheckpointStoreStats
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/checkpointRetention.ts:104
What the checkpoint tables hold, for the readout.
Properties
Section titled “Properties”checkpointBytes
Section titled “checkpointBytes”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
Section titled “checkpointCount”checkpointCount:
number
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/checkpointRetention.ts:114
dbPath
Section titled “dbPath”dbPath:
string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/checkpointRetention.ts:105
fileBytes
Section titled “fileBytes”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
Section titled “largestThreads”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
Section titled “threadCount”threadCount:
number
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/checkpointRetention.ts:116
unresumableBytes
Section titled “unresumableBytes”unresumableBytes:
number
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/checkpointRetention.ts:121
unresumableThreadCount
Section titled “unresumableThreadCount”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
Section titled “writeCount”writeCount:
number
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/checkpointRetention.ts:115