You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like stats is trying to analyze a vector index and trying to treat it like a regular index.
I don't know how much value there is for stats to analyze vector indexes, since vector indexes aren't ordered in the traditional sense, so you can't glean stuff like min/max/most common values. There might be vector-specific stats information we could gather, but the logic for that would likely be completely different than the currents stats logic.
I imagine that right now, the stats provider should ignore any indexes whose derived type is durable.proximityIndex.
Dolt v1.49.1
Hit a panic, related to a vector index in my table:
my schema is:
The text was updated successfully, but these errors were encountered: