jihaozh opened a new pull request #4572: [TE] only store evaluations for top 
dimensions
URL: https://github.com/apache/incubator-pinot/pull/4572
 
 
   Previously, we store one evaluation per detection task per metric urn, this 
may overload the database and creates too many evaluations. This PR fixes the 
issue by adding the following:
   - Only store the evaluations for top 5 dimensions. This is usually enough 
information to evaluate the regression error.
   - Clean up old evaluations (more than 30 days) in the monitoring task.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to