-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
affects-8.4affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.severity/moderatesig/vectortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
CREATE TABLE t(
a VECTOR(3000),
VECTOR INDEX ((VEC_COSINE_DISTANCE(a)))
);
INSERT INTO t VALUES ('....');
2. What did you expect to see? (Required)
Insert succeed.
3. What did you see instead (Required)
Error: KeyTooLong
4. What is your TiDB version? (Required)
v8.5
Metadata
Metadata
Assignees
Labels
affects-8.4affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.severity/moderatesig/vectortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.