greptimedb

Tag

Cards List
#greptimedb

@Greptime: Same SQL in a panel and in an alert rule. That didn't work before. Grafana evaluates alert rules on the server, where a…

X AI KOLs Timeline · 2026-08-20 Cached

GreptimeDB's Grafana plugin has been upgraded to v3.0.3, adding a Go backend to enable SQL macro interpolation in alert rules, allowing consistent queries in both panels and alerts.

0 favorites 0 likes
#greptimedb

@Greptime: GreptimeDB is now easier to connect with DBeaver Community 26.1.5! @dbeaver_news The release adds a dedicated GreptimeD…

X AI KOLs Following · 2026-08-19 Cached

DBeaver Community 26.1.5 has been released, featuring a new dedicated GreptimeDB driver for easier connection and management of time-series data.

0 favorites 0 likes
#greptimedb

Just One Function, 10x Faster? Reading a Rust Performance PR

Lobsters Hottest · 2026-08-06 Cached

A deep-dive blog post walks through a Rust performance PR in GreptimeDB that makes Prometheus read conversion 10x faster, with benchmark reproduction and code analysis.

0 favorites 0 likes
#greptimedb

@Greptime: GreptimeDB v1.2.0-beta.1 is out. 205 changes, 259 commits, 22 contributors. The headline items: JSON2 as a data type, P…

X AI KOLs Following · 2026-08-04 Cached

GreptimeDB v1.2.0-beta.1 is released with major features including JSON2 as a structured column type, Prometheus Remote Write v2 with native histograms, dictionary-encoded series keys for faster queries, and additional hardening/breaking changes.

0 favorites 0 likes
#greptimedb

@Greptime: What is observability ontology? Your AIOps tool keeps saying "scale up." The real cause was a weekly backup job eating …

X AI KOLs Following · 2026-07-22 Cached

GreptimeDB introduces a semantic layer that preserves OTLP metadata (instrument kind, unit, temporality) which is normally discarded at ingestion, enabling AIOps tools and LLM agents to understand system topology without guessing from column names.

0 favorites 0 likes
#greptimedb

@Greptime: Repartitioning a big table is normally a migration project: new table, dual-write, backfill TB of history, cut over. Gr…

X AI KOLs Timeline · 2026-07-14 Cached

GreptimeDB v1.1 introduces online repartitioning for existing tables via a single ALTER TABLE statement, eliminating the need for data migration, dual-writes, or application changes. It leverages shared object storage and logical shards to update manifests and routing without moving data between nodes.

0 favorites 0 likes
#greptimedb

@Greptime: 𝗢𝗯𝘀𝗲𝗿𝘃𝗮𝗯𝗶𝗹𝗶𝘁𝘆 𝗵𝗮𝘀 𝗮 𝘃𝗲𝗿𝘀𝗶𝗼𝗻 𝗻𝘂𝗺𝗯𝗲𝗿 𝗻𝗼𝘄. Most teams are still on 1.0 without realizing …

X AI KOLs Following · 2026-07-02 Cached

This thread explains Observability 2.0, a shift from pre-aggregated metrics to storing wide events with all fields, enabling ad-hoc queries at read time. It highlights the urgency for AI agent observability and how GreptimeDB supports this model.

0 favorites 0 likes
#greptimedb

@Greptime: GreptimeDB is now a native data source in @PersesDev , the CNCF observability dashboard project — the plugin just merge…

X AI KOLs Following · 2026-06-25 Cached

GreptimeDB is now a native data source in Perses, the CNCF observability dashboard project, supporting metrics via PromQL, logs, traces, and SQL aggregations.

0 favorites 0 likes
#greptimedb

@Greptime: trace_id is high-cardinality — so Xiaomi's smart factory team didn't reach for an inverted index. They put a Bloom skip…

X AI KOLs Following · 2026-06-23 Cached

Xiaomi's smart factory replaced Loki with GreptimeDB for log storage, handling billions of rows per month with tailored indexing: Bloom skipping for high-cardinality trace_id, inverted index for low-cardinality fields, and fulltext search on message bodies.

0 favorites 0 likes
#greptimedb

@Greptime: GreptimeDB v1.1: you no longer have to lock in a table's partition layout when you create it. Before, only tables creat…

X AI KOLs Following · 2026-06-16 Cached

GreptimeDB v1.1 introduces online repartitioning for existing tables, incremental Flow reads, a semantic layer for LLMs, and stability improvements.

0 favorites 0 likes
#greptimedb

@Greptime: GreptimeDB v1.1.0 is out PromQL rate/increase up to 97% faster, 20–40% lower query time overall Up to 4.5x faster on TS…

X AI KOLs Following · 2026-06-15 Cached

GreptimeDB v1.1.0 is released, offering up to 97% faster PromQL queries, 20-40% lower overall query times, and up to 4.5x improvement on TSBS scan-heavy queries, along with online repartitioning for existing tables.

0 favorites 0 likes
#greptimedb

@Greptime: Erxi (@WangErxi) is now a GreptimeDB committer. Erxi — a name with a quiet bit of wordplay. It comes from the Chinese w…

X AI KOLs Following · 2026-06-08 Cached

Erxi is welcomed as a new committer to GreptimeDB after shipping several improvements including meta KV write guards, flush-reason propagation, and CSV COPY fixes.

0 favorites 0 likes
#greptimedb

@Greptime: GreptimeDB 1.0 ships all three as built-in SQL window functions. Anomaly scoring without a separate service, and the al…

X AI KOLs Following · 2026-06-05 Cached

GreptimeDB 1.0 introduces three built-in SQL window functions for anomaly detection (Z-Score, MAD, IQR), enabling anomaly scoring directly in SQL without external services.

0 favorites 0 likes
#greptimedb

@Greptime: On Prometheus remote write, the bottleneck wasn't network or memtable — it was the Region Worker holding &mut while dec…

X AI KOLs Following · 2026-06-02 Cached

GreptimeDB v1.0 introduces Pending Rows Batcher, a three-stage pipeline that moves CPU-intensive work off the Datanode's critical section, improving Prometheus remote write throughput from 1.20M to 2.17M points/sec and reducing Datanode CPU usage by 20%.

0 favorites 0 likes
#greptimedb

@Greptime: DataFusion shipped dynamic filter pushdown upstream last September. GreptimeDB v1.0 wires it into the Mito scan layer. …

X AI KOLs Following · 2026-05-19 Cached

GreptimeDB v1.0 integrates DataFusion's dynamic filter pushdown to accelerate TopK queries by pushing runtime bounds to the scan layer, reducing query time from 29 seconds to 0.21 seconds on a 5B-row trace table.

0 favorites 0 likes
#greptimedb

@killme20082: One-click copy tells your AI Agent how to install and use GreptimeDB. https://greptime.com/product/db

X AI KOLs Following · 2026-05-19 Cached

GreptimeDB is a unified database for metrics, logs, and traces, offering OpenTelemetry-native ingestion, SQL/PromQL querying, object storage for cost reduction, and edge-to-cloud deployment.

0 favorites 0 likes
#greptimedb

@Greptime: GreptimeDB's flat-format queries can now prefilter on any column — tags, fields, timestamps — not just primary keys. Wh…

X AI KOLs Following · 2026-05-07 Cached

GreptimeDB's flat-format queries now support prefiltering on any column (tags, fields, timestamps), not just primary keys, delivering up to 4.5x faster performance. Additionally, the mito2 storage engine removed its legacy scan path, cleaning up about 1,800 lines of code.

0 favorites 0 likes
← Back to home

Submit Feedback