Changes between Version 40 and Version 41 of OrgGrid


Ignore:
Timestamp:
Aug 11, 2008, 2:49:58 PM (16 years ago)
Author:
teleyinex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OrgGrid

    v40 v41  
    8787
    8888
     89
    8990the OGM must obtain per-host credit statistics from all the Projects using RPCs;
    9091it can then group these however it wants.
     
    9495OGM has two main components: the server and the BOINC client. The tool employs the Account Manager protocol for all the communications.
    9596
    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)
    107111
    108112=== pools ===