0
pfadd today, item1, item2, ..., itemM
pfadd tomorrow, item1, item2, ..., itemN
pfadd so-on, item1, item2, ..., itemP
...

pfcount today      // returns  8000
pfcount tomorrow   // returns  9000
pfcount so-on      // returns 13000

pfcount today, tomorrow, so-on
                   // returns 28000

尽管项目大致相同,但基数差异太大,这是为什么呢?我一直期待 pfcount 之后的基数约为 12000。


date    pfadd      pfcount

10-15   40.754     205.322
10-14   40.055     196.249
10-13   39.877     193.830
10-12   13.079     18.151

另外,从上面的数据来看,我已经统计了上面pfadd列中pfadd返回1的时候,也执行了上面的pfcount。为什么 pfadd 和 pfcount 如此不同?

4

0 回答 0