embedded-druid
embedded-druid copied to clipboard
create index with many values
Hello everyone,
is it possible to create index for multivalve dimension, like TO {recipient1, recipient2, recipient3} and more one metric column?
From the description, I understand it is not possible.
Regards, Valentin.
Yes. This requires some changes in the Druid APIs.
@vsankaranarayana thanks, will try figure it out.
@vsankaranarayana can you please guide which API should I look/change to make multivalued dimension. I implement analytics for email flow. From, To[could have multiple values], size, count.
Regards.