You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/03/08 20:34:26 UTC

[GitHub] [druid] himanshug commented on issue #10678: How to store and query array of key value pairs?

himanshug commented on issue #10678:
URL: https://github.com/apache/druid/issues/10678#issuecomment-793057071


   most common approach to handle that in Druid is to flatten the schema during/before ingestion so that in the end Druid datasource columns are [timestamp, name, kind, status_code, key1, key2,..] .
   Then there are no problems on query side.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org