image_annotation_label_feature_vectors


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int8 19 null
image_annotation_labels.id image_annotation_label_feature_vectors_id_foreignC
annotation_id int8 19 null
image_annotations.id image_annotation_label_feature_vectors_annotation_id_foreignC
label_id int8 19 null
labels.id image_annotation_label_feature_vectors_label_id_foreignR
label_tree_id int8 19 null
label_trees.id image_annotation_label_feature_vectors_label_tree_id_foreignR
volume_id int8 19 null
vector vector 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
image_annotation_label_feature_vectors_pkey Primary key Asc id
image_annotation_label_feature_vectors_annotation_id_index Performance Asc annotation_id
image_annotation_label_feature_vectors_id_index Performance Asc id
image_annotation_label_feature_vectors_label_id_index Performance Asc label_id
image_annotation_label_feature_vectors_label_id_volume_id_index Performance Asc/Asc label_id + volume_id
image_annotation_label_feature_vectors_label_tree_id_index Performance Asc label_tree_id

Relationships