GreptimeTeam/greptimedb

Remove vecotr index

Open

#8,881 opened on Aug 14, 2026

 (1 comment) (0 reactions) (0 assignees)Rust (528 forks)github user discovery
C-enhancementhelp wanted

Repository metrics

Stars
 (6,566 stars)
PR merge metrics
 (Avg merge 2d 18h) (225 merged PRs in 30d)

Description

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

Contributor guide