Table pub.mgd.voc_annot A record in this table represents the Annotation between a Vocabulary Term and an Object of type specified by the Annotation Type. There is one Annotation per Object/Term/Annotation Type/isNot. See VOC_AnnotType.
|
Generated by SchemaSpy |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Table contained 3,497,353 rows at Mon Sep 11 06:12 EDT 2023 |
Indexes:
Column(s) | Type | Sort | Constraint Name |
---|---|---|---|
_annot_key | Primary key | Asc | voc_annot_pkey |
_annottype_key | Performance | Asc | voc_annot_idx_annottype_key |
_object_key + _term_key + _annottype_key + _qualifier_key | Performance | Asc/Asc/Asc/Asc | voc_annot_idx_clustered |
_object_key | Performance | Asc | voc_annot_idx_object_key |
_qualifier_key | Performance | Asc | voc_annot_idx_qualifier_key |
_term_key + _annottype_key + _qualifier_key + _object_key | Performance | Asc/Asc/Asc/Asc | voc_annot_idx_term_etc_key |
_term_key | Performance | Asc | voc_annot_idx_term_key |
|