Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | int8 | 19 | null |
|
|
|||||
annotation_id | int8 | 19 | null |
|
|
|||||
label_id | int8 | 19 | null |
|
|
|||||
label_tree_id | int8 | 19 | null |
|
|
|||||
volume_id | int8 | 19 | null |
|
|
|||||
vector | vector | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
video_annotation_label_feature_vectors_pkey | Primary key | Asc | id |
video_annotation_label_feature_vectors_annotation_id_index | Performance | Asc | annotation_id |
video_annotation_label_feature_vectors_id_index | Performance | Asc | id |
video_annotation_label_feature_vectors_label_id_index | Performance | Asc | label_id |
video_annotation_label_feature_vectors_label_id_volume_id_index | Performance | Asc/Asc | label_id + volume_id |
video_annotation_label_feature_vectors_label_tree_id_index | Performance | Asc | label_tree_id |