video_annotation_label_feature_vectors


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int8 19 null
video_annotation_labels.id video_annotation_label_feature_vectors_id_foreignC
annotation_id int8 19 null
video_annotations.id video_annotation_label_feature_vectors_annotation_id_foreignC
label_id int8 19 null
labels.id video_annotation_label_feature_vectors_label_id_foreignR
label_tree_id int8 19 null
label_trees.id video_annotation_label_feature_vectors_label_tree_id_foreignR
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

Relationships