#tsdb
*sighs in tsdb sre*
November 6, 2025 at 6:54 AM
Grafana Mimir 3.0 is here! 🎉

The release marks a new era for the open source, horizontally scalable, multi-tenant time series database (TSDB), delivering dramatic improvements in both reliability and performance.
Grafana Mimir 3.0 release: performance improvements, a new query engine, and more | Grafana Labs
Grafana Mimir 3.0 marks a new era for the open source time series database, delivering dramatic improvements in both reliability and performance.
grafana.com
November 5, 2025 at 11:00 AM
#KubeCon #CNCF North America 2025 is one week away. Discover with #VictoriaMetrics (🥈 silver sponsor of the event) the latest trends on #TSDB, #traces, and open source #observability at our booth!
November 10-13 - booth #1241 in Atlanta. 👇

bit.ly/43977fO

#OpenSource
November 3, 2025 at 2:46 PM
#KubeCon + #CloudNativeCon North America 2025 is coming to Atlanta 🇺🇸, November 10-13 - booth #1241

#VictoriaMetrics, is a Silver Sponsor; get in touch at our booth, and learn more about #TSDB, logs management, #traces, and #Observability with our experts. Stay tuned!

bit.ly/43977fO
October 9, 2025 at 8:48 AM
tu queria implementar armazenamento de time series sem usar um backend externo tipo Prometheus, InfluxDB e tal?

isso eu nunca fiz, tava lendo agora que o pacote tsdb do Prometheus permite fazer isso :)
February 8, 2025 at 4:22 PM
RAG AIOps with TSDB(InfluxDB)- Natural Language Queries for Time-Series Data in Your LLM App|… https://www.youtube.com/watch?v=_7yeffCToAc Continue reading on Medium »

| Details | Interest | Feed |
Origin
vardhmanandroid2015.medium.com
May 24, 2025 at 2:15 PM
Soit tu peux le configurer pour qu’il pousse les métriques sur de l’otlp (opentelemetry). Et donc tu peux stocker ça dans une TSDB et faire tes dashboards après classiquement (avec les autres métriques, traces et logs de CWCloud qui est depuis longtemps opentelemetry compliant)
December 4, 2024 at 7:00 PM
🟣 What you'll learn:

✅ Deploying #VictoriaMetrics in Kubernetes with #Helm

✅ Scraping metrics from #k8s components

✅ Storing & visualizing data in VictoriaMetrics #TSDB

docs.victoriametrics.com/guides/k8s-m...
March 25, 2025 at 8:23 PM
12GBぐらいのprom の TSDBをvictoriametricsに変換してみたけど2時間ぐらいかかった
May 16, 2025 at 1:34 PM
Anyone using @ApachePinot or @druidio for TSDB operational use cases?

(Think @TimescaleDB, @InfluxDB, @PrometheusIO use cases.)
June 28, 2021 at 5:45 PM
Trump Picks BACKFIRE as Dems GEAR UP for a FIGHT - MeidasTouch
m.youtube.com/watch?v=tsDB...
Trump Picks BACKFIRE as Dems GEAR UP for a FIGHT
YouTube video by MeidasTouch
m.youtube.com
November 17, 2024 at 12:10 AM
It's time for a debunking thread from an expert. Know your rights.

- The CIA does not have a watchlist.

- NSA does not have a watchlist.

- DoD does not have a watchlist.

- The FBI does (TSDB), but it's not public.

- If someone online says they're on a watchlist, they are lying.
April 22, 2025 at 2:01 PM
Gnocchi und Archiv Policies
Gnocchi ist eine time series database die aus dem OpenStack Projekt hervorgegangen ist. Da Gnocchi erst 2014 entstanden ist, wurde versucht die Schwächen vorhandener Lösungen zu umgehen. Im Vergleich fallen mir vor allem folgenden Features auf: Mandantenfähigkeit Skalierbarkeit Hochverfügbarkeit REST Interface (HTTP) Unterstützung moderner Backends wie Ceph (librbd), Swift und S3 OpenSource Ein weiters Feature ist die Unterstützung von archive policies. Diese legen fest wie lange und in welcher Granularität Metriken vorgehalten werden. Zusätzlich kann auch die Art der Aggregation definiert werden. Sendet man den unten stehenden json Text per HTTP an /v1/archive_policy wird z.B. eine Policy angelegt die Metriken mit einer Granularität von 5 Minuten für 62 Tage speichert und dafür 17856 Punkte benötigt (12 Metriken je Stunde * 24 Stunden * 62 Tage = 17856). Zusätzlich werden die Metriken in aggregierter From  für 365 und 3650 Tage gespeichert.   { "name": "router-metriken", "back_window" : 0, "definition" : [ { "points" : 17856, "granularity" : "00:05:00", "timespan" : "62 days, 0:00:00" }, { "points" : 8760, "granularity" : "1:00:00", "timespan" : "365 days, 0:00:00" }, { "points" : 3650, "granularity" : "24:00:00", "timespan" : "3650 days, 0:00:00" } ], "aggregation_methods" : [ "min", "max", "mean", "sum" ] }   Welche […]
blog.netways.de
February 26, 2025 at 2:08 AM
The DuckDB postgres connector is super cool b/c so many new DBs, like TSDB, use the postgres protocol. Being able to keep a local DuckDB updated from a remote TSDB just in DuckDB SQL is super handy.
February 17, 2024 at 1:36 AM
I shld add that I also 💙 clickhouse local as it's the fastest way to slurp tables from postgres to parquet (at least from hosted RDS and TSDB).
August 16, 2024 at 12:12 PM
把 tsdb 類的資料直接塞 mariadb 好了..
May 10, 2025 at 6:16 AM
Just published a new blog post on transitioning from SQL Server to TSDBs like @influxdb.com. I noticed a few differences in approach when I got started with real-time data. Check out the full article here: www.influxdata.com/blog/relatio...

#TSDB #SQL #InfluxDB
Moving from Relational to Time Series Databases
In the relational world, we're building entities with attributes and relationships. In the time series world, we're capturing measurements at specific moments. This shift in data structure changes how...
www.influxdata.com
June 10, 2025 at 4:04 PM
PostgreSQL TSDB拡張があるの
July 9, 2024 at 3:38 PM
This week is TSDB week! Gorilla paper today. Late to the game, but catching up. 🤷‍♂️ 🏃‍♂️
June 28, 2021 at 5:47 PM
#InfluxDB is an open source time-series database platform built for hyper-scale ingestion and boasting blazingly fast query performance.

This article by Dan Watson gets you up to speed with the brand new SquaredUp data source for InfluxDB

squaredup.com/blog/getting...

#dashboards #influxdb #tsdb
June 16, 2025 at 2:12 PM
June 28, 2021 at 10:26 PM
#ShitShow WOW, just wow, practicality has collapsed, prices of goods are about to go crazy high & Hulk Hogan is advising Trump, Sylvester Stalone is praising mass deportations of innocent people separating kids from parents & just plain insanity is about to ensue!
www.youtube.com/watch?v=tsDB...
Trump Picks BACKFIRE as Dems GEAR UP for a FIGHT
YouTube video by MeidasTouch
www.youtube.com
November 16, 2024 at 11:29 PM
TSdb: A Curated Database for Terpene Synthases and Their Application in Natural Product Mining https://www.biorxiv.org/content/10.1101/2025.09.01.673588v1
September 6, 2025 at 12:04 AM
There's one obvious omission from this list that I think people underestimate: @InfluxDB solves a lot of my cardinality-related objections to just about every other TSDB. If you want an open source thing, check it out. It's an impressive piece of backend engineering. https://t.co/fU4kGvBT8z
January 13, 2025 at 7:14 PM