schema changes to "stats" table

5 views
Skip to first unread message

Steve Souders

unread,
Dec 9, 2015, 6:12:30 PM12/9/15
to HTTP Archive
FYI - The following changes were made to the "stats" table to allow correlation calculations against SpeedIndex:

  alter table stats add column SpeedIndexccf1 varchar (32),                                                                                                                                                                     
                    add column SpeedIndexccv1 float unsigned,                                                                                                                                                                   
                    add column SpeedIndexccf2 varchar (32),                                                                                                                                                                     
                    add column SpeedIndexccv2 float unsigned,                                                                                                                                                                   
                    add column SpeedIndexccf3 varchar (32),                                                                                                                                                                     
                    add column SpeedIndexccv3 float unsigned,                                                                                                                                                                   
                    add column SpeedIndexccf4 varchar (32),                                                                                                                                                                     
                    add column SpeedIndexccv4 float unsigned,                                                                                                                                                                   
                    add column SpeedIndexccf5 varchar (32),                                                                                                                                                                     
                    add column SpeedIndexccv5 float unsigned; 

Thanks, Steve
Reply all
Reply to author
Forward
0 new messages