You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/06/18 23:00:37 UTC

[GitHub] [incubator-pinot] jihaozh opened a new pull request #4336: [TE] detection dimensional cache

jihaozh opened a new pull request #4336: [TE] detection dimensional cache
URL: https://github.com/apache/incubator-pinot/pull/4336
 
 
   For high dimensional metrics, currently, the detection will send a query for each dimension and then run the anomaly detection. This PR implements an optimization to fetch time series for multiple dimension values at once from Pinot and run detection. This could reduce the number of queries sent to pinot and improves the overall detection performance.
   
   - Support batch loading in time series loader
   - Support send the request for multiple dimension filter sets in one Pinot query
   - Move the caching from Anomaly Detector Wrapper to Dimension Wrapper
   
   

----------------------------------------------------------------
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@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org