Collection
This chapter contains the commands related to collection management.
compact [READ MORE]
This operation compacts collection segments to optimize storage.
create [READ MORE]
This operation creates a new collection.
describe [READ MORE]
This operation gets details of a collection.
drop [READ MORE]
This operation drops a collection. This action is irreversible.
flush [READ MORE]
This operation flushes collection data to disk.
get-load-state [READ MORE]
This operation gets collection load state.
get-stats [READ MORE]
This operation gets collection statistics (row count, etc.).
has [READ MORE]
This operation checks if a collection exists.
list [READ MORE]
This operation lists all collections.
load [READ MORE]
This operation loads a collection into memory for search.
metrics [READ MORE]
This operation fetches per-collection metrics (QPS, latency, VPS, failure rate, entity counts) for the given metric names over the requested time window. By default the result is rendered as an inline Braille chart; pass `-o table` for a pivot table or `-o json` / `-o yaml` / `-o csv` / `--query` for raw data.
release [READ MORE]
This operation releases a collection from memory.
rename [READ MORE]
This operation renames a collection.