Conversation
Notices
-
feld (feld@bikeshed.party)'s status on Friday, 30-Jun-2023 06:31:55 JST feld Yea it's one magical extension you install that will change your life. The benchmarks are insane - LS likes this.
-
Wolf480pl (wolf480pl@mstdn.io)'s status on Friday, 30-Jun-2023 06:31:56 JST Wolf480pl @feld hmm timescale is that time series db wrapper around postgres?
-
feld (feld@bikeshed.party)'s status on Friday, 30-Jun-2023 06:31:57 JST feld Use telegraf and push into Timescale and you get Postgres query but Influx everything else -
Wolf480pl (wolf480pl@mstdn.io)'s status on Friday, 30-Jun-2023 06:31:58 JST Wolf480pl Choosing a time series database for soft-realtime data is frustrating...
Prometheus has an excellent query language, but it's exclusively pull-based, which greatly limits the temporal resolution and increases latency.
InfluxDB is push-based which means you can have a metric change as many times as you want, at arbitrary timestamps, and you can send those metrics at any time and they'll be immediately received.
But Influx's query language is dogshit.