码迷,mamicode.com
首页 > Web开发 > 详细

cube.js 学习(九)cube 的pre-aggregation

时间:2019-05-03 14:29:19      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:ons   none   ocs   技术   row   tps   tar   reference   ati   

我们可以使用cube的pre-aggregation 加速数据的查询,以下为一张来自官方的pre-aggregation 架构

参考架构图

技术图片

pre-aggregation schema

preAggregations: {
  amountByCreated: {
    type: `rollup`,
    measureReferences: [amount],
    timeDimensionReference: createdAt,
    granularity: `month`
  }
}

参考资料

https://cube.dev/docs/caching
https://cube.dev/docs/pre-aggregations

cube.js 学习(九)cube 的pre-aggregation

标签:ons   none   ocs   技术   row   tps   tar   reference   ati   

原文地址:https://www.cnblogs.com/rongfengliang/p/10804876.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!