View RSS Feed

Recent Blogs Posts

  1. Stats Coding

    a week or so ago, I created 3 new tables

    teamdata,userdata,hostdata

    These are keyed by project name,date and id.

    Nightly during the rollover, for each boinc project, I populate the tables.

    For instance, lets take the userdata

    I loop around all projects which are tagged as 'boinc'

    foreach one I do

    insert into userdata (select '$proj','$yesterday',id,metric1,projrank,teamrank) from $proj_user;

    ...
    Categories
    Uncategorized