Table pub.mgd.dag_node A record in this table represents a specific Node within a DAG. The _Object_key/DAG_DAG._MGIType_key combination identifies the specific Node object. In the case of a GO DAG, this is a specific Vocabulary Term. The DAG_DAG._MGIType_key identifies the type of object (a Vocabulary Term) and the _Object_key identifies the object itself.
|
Generated by SchemaSpy |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Table contained 140,300 rows at Mon Sep 11 06:12 EDT 2023 |
Indexes:
Column(s) | Type | Sort | Constraint Name |
---|---|---|---|
_node_key | Primary key | Asc | dag_node_pkey |
_dag_key + _object_key | Performance | Asc/Asc | dag_node_idx_clustered |
_label_key | Performance | Asc | dag_node_idx_label_key |
_object_key | Performance | Asc | dag_node_idx_object_key |
|