大数据Apache Druid:Druid数据的全量更新

Posted Lansonli

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了大数据Apache Druid:Druid数据的全量更新相关的知识,希望对你有一定的参考价值。

文章目录

Druid数据的全量更新


Druid数据的全量更新

Druid中不支持对指定的数据进行更新,只支持对数据进行全量替换,全量替换的粒度是以Segment为标准。举例说明如下:

现在在Druid中Datasoure “mydruid_testdata”中目前的数据如下:

SELECT
  __time,
  "count",
  item,
  loc,
  sum_amount,
  uid
FROM mydruid_testdata

以上是关于大数据Apache Druid:Druid数据的全量更新的主要内容,如果未能解决你的问题,请参考以下文章

大数据Apache Druid:Druid批量数据加载

大数据Apache Druid:Druid数据结构及架构原理

大数据Apache Druid:Druid数据结构及架构原理

大数据Apache Druid:使用Imply进行Druid集群搭建

大数据Apache Druid:Druid集群搭建

大数据Apache Druid:Druid简单介绍和优缺点