Table pub.mgd.voc_term A record in this table represents a Vocabulary Term for a specific Vocabulary. There is one big bucket of Terms for each Vocabulary. A Term can appear in 0 or more DAGS within the same Vocabulary. Remember that a Term is an accessionable object, so there is a corresponding entry for this table in ACC_MGIType.
|
Generated by SchemaSpy |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Table contained 258,245 rows at Mon Sep 11 06:12 EDT 2023 |
Indexes:
Column(s) | Type | Sort | Constraint Name |
---|---|---|---|
_term_key | Primary key, Used to cluster data | Asc | voc_term_pkey |
lower(term) | Performance | Asc | voc_term_0 |
_vocab_key + sequencenum + term + _term_key | Performance | Asc/Asc/Asc/Asc | voc_term_idx_clustered |
_createdby_key | Performance | Asc | voc_term_idx_createdby_key |
creation_date | Performance | Asc | voc_term_idx_creation_date |
modification_date | Performance | Asc | voc_term_idx_modification_date |
_modifiedby_key | Performance | Asc | voc_term_idx_modifiedby_key |
term + _term_key + _vocab_key | Performance | Asc/Asc/Asc | voc_term_idx_term |
_vocab_key | Performance | Asc | voc_term_idx_vocab_key |
|