Changes between Version 40 and Version 41 of OrgGrid
- Timestamp:
- Aug 11, 2008, 2:49:58 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OrgGrid
v40 v41 87 87 88 88 89 89 90 the OGM must obtain per-host credit statistics from all the Projects using RPCs; 90 91 it can then group these however it wants. … … 94 95 OGM has two main components: the server and the BOINC client. The tool employs the Account Manager protocol for all the communications. 95 96 96 == Data Base Structure == 97 The following sub-sections presents the DB tables. There are two foreign keys: 98 99 HOST.POOLID --> POOLS.ID 100 POOLS.DEPARTMENT --> USERS.DEPARTMENT 101 102 === users === 103 * id VARCHAR, KEY 104 * password STRING 105 * role INTEGER 106 * department VARCHAR 97 === host === 98 * id int(11) 99 * poolid int(11) 100 * supplier varchar(255) 101 * CPID varchar(255) 102 * host_cpid varchar(255) 103 * venue varchar(254) 104 * p_ncpus int(11) 105 * p_vendor varchar(255) 106 * p_model varchar(255) 107 * p_fpops float 108 * p_iops float 109 * os_name varchar(255) 110 * os_version varchar(255) 107 111 108 112 === pools ===