Changes between Version 17 and Version 18 of AccessPath


Ignore:
Timestamp:
04/06/2012 04:33:34 PM (14 years ago)
Author:
wangjianqiang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AccessPath

    v17 v18  
    55访问路径数据主要用于记录各路径访问情况的汇总信息,用于生成路径图谱,其数据格式定义如下: 
    66{{{ 
    7 create table `access_path_*` ( 
     7create table `access_path` ( 
    88  `app_id`   int unsigned not null,     --APP的数据id 
    99  `version`  varchar(255) not null,     --APP的版本号 
     
    3636 
    3737{{{ 
    38 create table `page_stat_*` ( 
     38create table `page_stat` ( 
    3939  `app_id`   int unsigned not null,     --APP的数据id 
    4040  `version`  varchar(255) not null,     --APP的版本号