Search posts, tags, users, and pages
Tiger Data
Tiger Data, the creators of TimescaleDB, develops the open-source time-series database built on PostgreSQL and operates Tiger Cloud.
Originally published on August 27, 2026. Written by Sven Klemm. A very common query against a time-series table is fetching the latest row for a device: SELECT * FROM metrics WHERE device = 'D001' ORD
No responses yet.