Skip to content

@lancedb/lancedbDocs


@lancedb/lancedb / LsmStats

Interface: LsmStats

Live per-bucket LSM state, as returned by Table#getLsmStats.

Nothing here is derived: sums and differences (total L0 bytes, WAL lag) are the caller's to compute.

Properties

buckets

buckets: BucketStats[];

One entry per bucket backing this table.