forked from ilios/ilios
-
Notifications
You must be signed in to change notification settings - Fork 0
Database What's There
saschaben edited this page Dec 12, 2012
·
1 revision
- Collation:
utf_general_ci
- Database engines used: InnoDB, MyISAM
- Number of Tables: 85
- Number of Functions: 16
- Number of Procedures: 23
- one sole table
ci_sessions
for storing user sessions - uses MyISAM engine
- use InnoDB engine
- plethora of functions/procedures, which implement fairly advanced business processes using temporary tables and temporary triggers
- some usage of foreign key constraints, but not completely implemented throughout
- JOIN tables use
TABLE1_x_TABLE2
naming convention
Medical Subject Headings (MeSH) database components
- consists of 12 tables and 6 procedures
- use MyISAM engine
- prefixed with
mesh_
ERD available here