kevy

IDX.REBUILD

Rebuild an ANN index (tombstone compaction).

SyntaxIDX.REBUILD name
Groupindex
Arity2
Since3.0.0
Flagswrite, extension
ComplexityVector indexes only (tombstone compaction). O(V_live * ef_construction * M * dim) distance evaluations, on every shard, synchronously — the most expensive verb in the extension surface
Redis compatibilitykevy-only: no Redis analogue — RediSearch handles HNSW deletes internally and exposes no rebuild verb

← All commands