在德鲁伊,如何更新数据源集metric1 = xxx,metric2 = yyy其中dimension1 = zzz?

时间:2017-04-25 08:26:57

标签: olap druid

在德鲁伊,有可能update datasource set metric1 = xxx, metric2 = yyy where dimension1 = zzz吗?怎么样?

1 个答案:

答案 0 :(得分:0)

您无法基于使用维度的where子句进行插入。 要覆盖数据,您有2个选项: 首先是对原始原始数据进行更改,然后重新提取所有数据集。 第二个选项是将增量添加到现有数据源http://druid.io/docs/latest/ingestion/update-existing-data.html