kevy

IDX.REBUILD

Rebuild an ANN index (tombstone compaction).

语法IDX.REBUILD name
分组index
参数个数2
起始版本3.0.0
标志write, extension
复杂度Vector 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 兼容性kevy-only: no Redis analogue — RediSearch handles HNSW deletes internally and exposes no rebuild verb

← 全部命令