Get all latest sensor values for each device in PostgreSQL & TimescaleDB
Description So, I'm working on a project that stores sensor measurements from multiple devices in PostgreSQL+TimescaleDB database. The structure of the table (hypertable): column_name type comment identifier text device identifier key text name of the metric value_num double precision numeric…