GreptimeTeam/greptimedb

Remove vecotr index

开放

#8,881 创建于 2026年8月14日

 (1 条评论) (0 个反应) (0 位负责人)Rust (528 个派生)github user discovery
C-enhancementhelp wanted

仓库指标

星标
 (6,566 个星标)
PR 合并指标
 (平均合并 2天 18小时) (30 天内合并 225 个 PR)

描述

What type of enhancement is this?

Tech debt reduction

What does the enhancement do?

The vector index was introduced and tracked in #7668.

However, we do not believe that vector indexing is a core missing capability for GreptimeDB as an observability database, and we do not plan to continue investing in this area.

Therefore, we have decided to remove all code related to the vector_index feature, which has been gated behind a feature flag and disabled by default.

Implementation challenges

No response

贡献者指南