现在的位置: 首页 > 综合 > 正文

Table Pool / Table Cluster 中的参数含义

2013年10月11日 ⁄ 综合 ⁄ 共 629字 ⁄ 字号 评论关闭

Fields of a table pool and their meaning:

Tabname    char(10)   Pooled table的名字,由此可以看出Pooled table名字理论上长度不能超过10

Varkey        char(n)     这个字段存储了Pooled table里面的所有key fields的连起来的值

Dataln         INT2(5)    这个字段存储了Vardata的长度

Vardata      RAW(n)   这个字段存储了Pooled table中所有非key fields连起来的值

 

================================================================

 

Fields of a table cluster and their meaning:

 

CLKEY1                          Common key 1

CLKEY2                          Common key 2

CLKEYN                         Common key N

Pageno        INT2(5)       当前记录数(从0开始)

Timestamp  CHAR(14)  时间戳

Pagelg         INT2(5)        Vardata的长度

Vardata       RAW(n)        非key fields连接的值

 

抱歉!评论已关闭.