issues
search
square
/
metrics
Metrics Query Engine
Apache License 2.0
170
stars
21
forks
source link
Optimize Blueflood resolution selection loop into division
#294
Closed
Nathan-Fenner
closed
8 years ago
Nathan-Fenner
commented
8 years ago
There are two optimizations here:
A for-loop has been replaced with a division in the interval-planning stage
Interval-planning is performed only once total when fetching multiple series, and not once per timeseries
@drcapulet
drcapulet
commented
8 years ago
🚢
There are two optimizations here:
@drcapulet