Table pub.mgd.voc_marker_cache A record in this table represents a cached value of the association between a Marker, a Term and an Annotation Type. The Annotation Types are VOC_AnnotType: 1000:GO/Marker, 1003:InterPro/Marker, 1002:Mammalian Phenotype/Genotype, 1020:DO/Genotype, 1022:DO/Human Marker, 1007:PIRSF/Marker. The cache is loaded from mgicacheload/vocmarker.csh which refers to stored procedues in mgddbschema/procedure (VOC_Cache_Markers, VOC_Cache_Anatomy_Markers, VOC_Cache_MP_Markers, VOC_Cache_DO_Markers, VOC_Cache_Other_Markers).
|
Generated by SchemaSpy |
| |||||||||||||||||||||||||||||||||||||||||||||||||||
Table contained 4,061,465 rows at Mon Sep 11 06:12 EDT 2023 |
Indexes:
Column(s) | Type | Sort | Constraint Name |
---|---|---|---|
_cache_key | Primary key | Asc | voc_marker_cache_pkey |
annottype | Performance | Asc | voc_marker_cache_idx_annottype |
annottype + _marker_key | Performance | Asc/Asc | voc_marker_cache_idx_annottype_etc |
_marker_key + _term_key | Performance | Asc/Asc | voc_marker_cache_idx_marker_key |
_term_key + _marker_key | Performance | Asc/Asc | voc_marker_cache_idx_term_key |
|