Dear Forum,
I have tried using time_weighted averages of my hypertable in a continuous aggregate, and timescale tells me that only immutable functions are supported (error output below). Is this expected behavior and if yes, is it still possible to make this work?
Thanks for your help in advance!
Cheers,
Matthias
The Error:
SQL-Fehler [0A000]: ERROR: only immutable functions supported in continuous aggregate view
Hinweis: Make sure all functions in the continuous aggregate definition have IMMUTABLE volatility. Note that functions or expressions may be IMMUTABLE for one data type, but STABLE or VOLATILE for another