离线数据分析,select能查询到实时数据,但是sum()函数出来的数据是否有缓存还是怎么回事,后面查询数据都不会变?如果是有缓存,这个如何处理?
比如说,先运行了一次select sum(number) from table where a=1 几分钟后给table表添加一条数据,select * from table where a=1 可以查询到数据,但是使用 select sum(number) from table where a=1 查询出来的,还是之前的结果没有变化,但是实际上确实有增加的
-
创建时间
16年5月12日
-
最后回复
16年5月13日
-
3
回复
-
863
浏览
-
2
用户