在Druid中存储HashMap的数据结构

时间:2016-08-12 06:59:58

标签: java druid

我是德鲁伊的新手。我的问题是如何使用java进行交互,在Druid中存储和查询HashMap。 我有network table如下:

Network    f1    f1    f3  .... fn
value       1    3      2  ..... 2

另外,我有range-time table

time             impression
2016-08-10-00      1000
2016-08-10-00      3000
2016-08-10-00      4000
2016-08-10-00      2000
2016-08-10-00      8000

在Druid中,我可以将range-time表存储为HashMap,并使用以下语句查询上述两个表:

Filter f1 = 1 and f2 = 1 and range-time between [t1, t2].

任何人都可以帮助我吗?非常感谢。

1 个答案:

答案 0 :(得分:1)

@VanThaoNguye,

是的,你可以在德鲁伊存储哈希图,你可以使用绑定过滤器进行查询。

您可以在此处详细了解绑定过滤器:http://druid.io/docs/latest/querying/filters.html#bound-filter