itsikhen commented on issue #8446:
URL: https://github.com/apache/druid/issues/8446#issuecomment-1193276745

   +1. Allowing hosts to report (mini-)tables would be awesome for my use-case 
of reporting periodic per-process/service stats, where many dimension values 
are static (basically host attributes, for slice-n-dice):
   `
   {"service": "0", ... many dims with similar values across all rows..., 
<metrics>}
   {"service": "1", ... many dims with similar values ..., <metrics>}
   ..
   {"service": "49", ... multiple dims with similar values ..., <metrics>}
   `
   Having the support for the compact repr would avoid the complexity of 
rolling-out compression along the pipeline. Any  further recommendations to 
tackle the above?
   
   Thanks!
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to