Table pub.mgd.mrk_label A record in this table represents the cached value of a label (name, synonym, symbol) for a Marker. Examples: [priority = 1, label type = "MS", label name = "current symbol"], [priority = 2, label = "MN", label name = "current name"]. See mrkcacheload/mrklabel.csh for complete list.
|
Generated by SchemaSpy |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Table contained 3,881,155 rows at Mon Sep 11 06:12 EDT 2023 |
Indexes:
Column(s) | Type | Sort | Constraint Name |
---|---|---|---|
_label_key | Primary key, Used to cluster data | Asc | mrk_label_pkey |
lower(label) | Performance | Asc | mrk_label_0 |
_marker_key + priority + _orthologorganism_key + labeltype + label | Performance | Asc/Asc/Asc/Asc/Asc | mrk_label_idx_clustered |
label + _organism_key + _marker_key | Performance | Asc/Asc/Asc | mrk_label_idx_label |
_label_status_key | Performance | Asc | mrk_label_idx_label_status_key |
_organism_key | Performance | Asc | mrk_label_idx_organism_key |
priority | Performance | Asc | mrk_label_idx_priority |
|