Skip to content

Common Errors

The following chapter contains recommendations for improving the performance of calculations and avoiding errors.

Trending a calculation over a large time period can result in a point limit error such as:

This is a consequence of how SLIDINGAGG works when retrieving interpolated points. To calculate number of points requested, the whole range is divided by window size and then multiplied by 3, to have at least 3 points in each window to calculate window aggregate. In the case of a trend over 2 years with a window size of 1 hour (i.e. hourly averages) the request is 365*2*24*3 = 52,560.

For more information, please contact us at [email protected] or book a demo on our website at www.eigen.co