Valkertown Home

Brainbird Stats for 2010-03-09-14:20 GMT-5

Average Length of all notices (remote + local)

select avg(length(notice.content)) from notice ;
 avg(length(notice.content)) 
                     95.9950 

Average Length of local notices

select avg(length(notice.content)) from notice,user where user.id=notice.profile_id ;

 avg(length(notice.content)) 
                     80.8278 

Average length of local users

mysql> select user.nickname,avg(length(notice.content)) from user,notice where user.id = notice.profile_id group by notice.profile_id order by avg(length(notice.content)) desc limit 25;

 nickname         avg(length(notice.content)) 
 greggish       
 brainchicken   
 eepica         
 startcorepain  
 grahamperrin   
 senekis        
 openuniverse   
 rainct         
 brucevdkooij   
 jasonriedy     
 666            
 gryff          
 kouk           
 shareef        
 dunkcampbell   
 larivas        
 mv             
 ppoor01        
 papabean       
 teemcp         
 exador23       
 dodo           
 gryps75        
 douglasawhTEST 
 hydo           
                    224.0000 
                    221.0000 
                    216.0000 
                    184.0500 
                    160.8286 
                    147.3750 
                    144.6836 
                    143.5000 
                    143.2778 
                    139.7500 
                    138.5000 
                    138.0000 
                    136.3750 
                    135.7500 
                    135.0000 
                    131.0000 
                    125.0874 
                    123.2222 
                    122.4552 
                    122.0000 
                    119.5763 
                    119.3333 
                    119.2692 
                    111.2381 
                    109.3333 

Replies received

select user.nickname,count(*) from user, reply where user.id = reply.profile_id group by reply.profile_id order by count(*) desc limit 25;

 nickname      
 BUGabundo     
 Deepspawn     
 DouglasAWh    
 exador23      
 mryellow      
 jgmejiah      
 pm            
 er4lph        
 mv            
 RagnarokAngel 
 deepsabbath   
 dianayita     
 Chio          
 alphakamp     
 Victoria      
 bluegallina   
 heavylu       
 klapen        
 bah           
 maurotov      
 ingforigua    
 8ball         
 hav           
 haris         
 brunomiguel   
     6702 
     3801 
     2359 
     1714 
     1586 
     1577 
     1473 
     1170 
     1061 
     1053 
     1012 
      784 
      742 
      712 
      705 
      695 
      469 
      188 
      159 
      149 
      110 
      110 
       92 
       64 
       64 
* Replies Sent

mysql> select user.nickname,count(*) from user, reply,notice where notice.profile_id=user.id and notice.id = reply.notice_id group by notice.profile_id order by count(*) desc limit 25;

 nickname      
 Deepspawn     
 BUGabundo     
 DouglasAWh    
 exador23      
 mryellow      
 mv            
 jgmejiah      
 deepsabbath   
 RagnarokAngel 
 er4lph        
 bluegallina   
 dianayita     
 Victoria      
 pm            
 Chio          
 heavylu       
 klapen        
 alphakamp     
 papabean      
 ingforigua    
 openuniverse  
 8ball         
 haris         
 maurotov      
 brunomiguel   
     4034 
     3164 
     2817 
     1591 
     1575 
     1313 
     1247 
     1172 
     1137 
     1099 
     1047 
      908 
      782 
      721 
      608 
      530 
      182 
      164 
      102 
       99 
       88 
       86 
       82 
       81 
       80 
* Notices posted

select user.nickname,count(*) from user, notice where user.id = notice.profile_id group by notice.profile_id order by count(*) desc limit 25;

 nickname      
 mimir         
 BUGabundo     
 politonews    
 DouglasAWh    
 Deepspawn     
 exador23      
 RagnarokAngel 
 mryellow      
 pm            
 deepsabbath   
 jgmejiah      
 mv            
 er4lph        
 dianayita     
 bluegallina   
 brunomiguel   
 Victoria      
 Chio          
 heavylu       
 haris         
 ingforigua    
 klapen        
 alphakamp     
 openuniverse  
 gamerchick02  
    18943 
     7340 
     7145 
     5687 
     5246 
     3509 
     2816 
     2760 
     2540 
     2007 
     1904 
     1899 
     1667 
     1335 
     1143 
     1062 
      966 
      761 
      732 
      669 
      383 
      245 
      237 
      177 
      162 
* Subscribers

mysql> select user.nickname,count(*) from user, subscription where user.id = subscription.subscribed group by subscription.subscribed order by count(*) desc limit 25;

 nickname      
 Deepspawn     
 BUGabundo     
 exador23      
 pm            
 DouglasAWh    
 mv            
 deepsabbath   
 jgmejiah      
 RagnarokAngel 
 mryellow      
 dandelion     
 dianayita     
 Victoria      
 michaelpeter  
 alphakamp     
 klapen        
 ingforigua    
 bluegallina   
 heavylu       
 Chio          
 er4lph        
 emilytasa     
 8ball         
 papabean      
 maurotov      
       95 
       79 
       62 
       43 
       43 
       33 
       26 
       25 
       23 
       20 
       19 
       18 
       18 
       18 
       18 
       17 
       17 
       16 
       16 
       16 
       16 
       15 
       15 
       15 
       15 
* Subscriptions

select user.nickname,count(*) from user, subscription where user.id = subscription.subscriber group by subscription.subscriber order by count(*) desc limit 25;

 nickname      
 BUGabundo     
 Deepspawn     
 DouglasAWh    
 exador23      
 RagnarokAngel 
 gryps75       
 mv            
 emilytasa     
 michaelpeter  
 brunomiguel   
 haris         
 pm            
 papabean      
 joeyh         
 jgmejiah      
 deepsabbath   
 ingforigua    
 alphakamp     
 gamerchick02  
 Victoria      
 dianayita     
 Seenplatte    
 kouk          
 er4lph        
 mryellow      
      545 
      220 
      190 
      108 
      107 
      103 
       91 
       87 
       67 
       49 
       41 
       40 
       35 
       34 
       27 
       26 
       21 
       21 
       19 
       19 
       18 
       18 
       18 
       18 
       18 
* Local post per day of week

mysql> select dayname(notice.created),count(*) from notice where is_local=1 group by dayofweek(notice.created);

 dayname(notice.created) 
 Sunday                  
 Monday                  
 Tuesday                 
 Wednesday               
 Thursday                
 Friday                  
 Saturday                
     9318 
    12355 
    14316 
    16091 
    15271 
    15178 
     8690 
* Local post per month

mysql> select year(notice.created),monthname(notice.created),count(*) from notice where is_local=1 group by month(notice.created),year(notice.created);

 year(notice.created)   monthname(notice.created)   count(*) 
                 2009 
                 2010 
                 2009 
                 2010 
                 2009 
                 2010 
                 2009 
                 2009 
                 2009 
                 2009 
                 2009 
                 2009 
                 2009 
                 2009 
                 2009 
 January                   
 January                   
 February                  
 February                  
 March                     
 March                     
 April                     
 May                       
 June                      
 July                      
 August                    
 September                 
 October                   
 November                  
 December                  
      561 
    13101 
      486 
     7068 
      354 
     2211 
      255 
      229 
      501 
      718 
     4076 
     5987 
     6125 
     7339 
    42209 

© 2008-2010 Carlos A. Perilla | Based on original design by Andreas Viklund