Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Consider the Linear Fill function within range [T-before_range, T+after_range].
In current implementation, the query executor will search from the beginning of the timeseries if before_range is infinite value, which is time consuming.
The new implementation should be able to accelerate Linear Fill by searching the result within [T-before_range, T] in an inverse order.
Attachments
Issue Links
- links to