コンテンツにスキップ

CompactOptions

このコンテンツはまだ日本語訳がありません。

Defined in: db/store.ts:334

Configuration for periodic DuckDB compaction.

keepRecentRows: number

Defined in: db/store.ts:338

Keep this many recent rows at full resolution.


maxRows: number

Defined in: db/store.ts:336

Compact when total rows exceed this threshold.


targetOldRows: number

Defined in: db/store.ts:340

Downsample old data to this many representative rows.