Is it possible to call stored procedures with the PostgreSQL data source?
We’re currently using TimescaleDB to store very high frequency data and would like to query and display as efficiently as possible. Calling procedures might be necessary to create dynamic queries.
A higher time frame should either load a lower resolution (fewer data points from the db) or use windowing functions like moving averages etc.