Skip to content

@lancedb/lancedbDocs


@lancedb/lancedb / MemtableStats

Interface: MemtableStats

One in-memory memtable.

Properties

batches

batches: number;

Record batches currently buffered.


bytes

bytes: number;

Estimated in-memory size.


generation

generation: number;

The generation this memtable will become once sealed.


indexes

indexes: string[];

Names of the indexes this memtable carries. An absent name is the whole answer to "why is my fresh-tier search on that column brute-force".


rows

rows: number;

Rows currently buffered.