@lancedb/lancedb • Docs
@lancedb/lancedb / MemtableStats
Interface: MemtableStats¶
One in-memory memtable.
Properties¶
batches¶
Record batches currently buffered.
bytes¶
Estimated in-memory size.
generation¶
The generation this memtable will become once sealed.
indexes¶
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 currently buffered.