影响数据分析提数效率的几个因素.pptVIP

  • 6
  • 0
  • 约小于1千字
  • 约 7页
  • 2017-08-21 发布于重庆
  • 举报
影响数据分析提数效率的几个因素.ppt

3 数据分析方面的工作(手工提取) 数据库系统性能 数据表的记录数 跨实例 查询范围 索引 使用汇总数据 影响informix数据库提数速度的因素 3 数据分析方面的工作(手工提取) 数据表的记录数 A类产品主表 2240万 A类产品属性子表 8791万 B类产品主表 464万 收付明细记录表 1亿4千万 操作员代码表 4万 3 数据分析方面的工作(手工提取) 一个季度的数据: select sum(sumprice) from product where startdate betweenand 一天的数据: select sum(sumprice) from product where startdate betweenand 查询范围 3 数据分析方面的工作(手工提取) select a.id,sum(b.price) sumprice from product a, product_sub b where a.id=b.id and a.startdate betweenandgroup by 1; select a.id,a.sumprice from product a where a.startdate between 20

文档评论(0)

1亿VIP精品文档

相关文档