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 2019/05/07 18:35:58 UTC

[GitHub] [incubator-druid] himanshug commented on issue #7586: Support for Datasource and Column comments

himanshug commented on issue #7586: Support for Datasource and Column comments
URL: https://github.com/apache/incubator-druid/issues/7586#issuecomment-490205545
 
 
   For consideration of implementors: At the lowest storage level of segment , there is provision of storing "segment level metadata" which currently has "aggregators" and "granularity" used while indexing to generate that segment, these are used to power "queryGranularity" and "aggregators" analysis types in segmentMetadata query. Technically speaking, any information could be stored there. So, if we decide to store comments at segment level then that is the place.
   
   Or, we could think about something drastically different e.g. having concept of "dataSource metadata" stored in metadataStore for these kind of things.

----------------------------------------------------------------
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


With regards,
Apache Git Services

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