# Time-series

Published articles for Time-series.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## ClickHouse Cloud Announces Private Preview of PromQL Support and Time-Series Table Engine

DevFeed: [ClickHouse Cloud Announces Private Preview of PromQL Support and Time-Series Table Engine](<https://devfeed.tech/articles/introducing-clickhouse-s-new-timeseries-engine-your-drop-in-prometheus-replacement-26966.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/introducing-promql>)

Author: James Cunningham

Published: 2026-09-15T14:00:00Z

Content type: release

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Prometheus](<https://devfeed.tech/topics/prometheus.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Grafana](<https://devfeed.tech/topics/grafana.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [Traces](<https://devfeed.tech/topics/traces.md>)

Tags: [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [logs](<https://devfeed.tech/tags/logs.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [prometheus](<https://devfeed.tech/tags/prometheus.md>), [time-series](<https://devfeed.tech/tags/time-series.md>), [traces](<https://devfeed.tech/tags/traces.md>)

### AI overview

ClickHouse announces a private preview of PromQL support and a time-series table engine in ClickHouse Cloud, allowing Prometheus metrics to be stored in ClickHouse and queried with existing PromQL.

### Source excerpt

ClickHouse PromQL support lets you store Prometheus metrics in ClickHouse Cloud, query them using familiar PromQL, and bring metrics together with your logs and traces without rewriting queries in SQL.

## Announcing Redis 8.10: Compact Hash, JSONPath extensions, performance improvements, & more

DevFeed: [Announcing Redis 8.10: Compact Hash, JSONPath extensions, performance improvements, & more](<https://devfeed.tech/articles/announcing-redis-8-10-compact-hash-jsonpath-extensions-performance-improvements-more-21090.md>)

Original publisher: [Read original article](<https://redis.io/blog/announcing-redis-810-compact-hash-jsonpath-extensions-performance-improvements-and-more/>)

Author: Bosmat Tuvel

Published: 2026-09-14T00:00:00Z

Content type: release

Language: en

Sources: [Redis Blog](<https://devfeed.tech/sources/redis-blog.md>)

Topics: [Redis](<https://devfeed.tech/topics/redis.md>), [Data structures](<https://devfeed.tech/topics/data-structures.md>), [Data Management](<https://devfeed.tech/topics/data-management.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [data-management](<https://devfeed.tech/tags/data-management.md>), [improvements](<https://devfeed.tech/tags/improvements.md>), [memory](<https://devfeed.tech/tags/memory.md>), [new-features](<https://devfeed.tech/tags/new-features.md>), [operations](<https://devfeed.tech/tags/operations.md>), [performance](<https://devfeed.tech/tags/performance.md>), [redis](<https://devfeed.tech/tags/redis.md>), [streams](<https://devfeed.tech/tags/streams.md>), [tech](<https://devfeed.tech/tags/tech.md>), [time-series](<https://devfeed.tech/tags/time-series.md>)

### AI overview

Redis 8.10 in Redis Open Source introduces compact hashes, incremental backup and restore, JSONPath syntax extensions, more flexible Stream consumption, new Set cardinality operations, atomic movement of multiple List elements, and enhanced Time Series capabilities. The release also improves memory efficiency, throughput, and operational reliability at scale.

### Source excerpt

Redis 8.10 in Redis Open Source is now available, delivering improvements that make Redis more memory efficient, expressive, and easier to operate at scale. Highlights include compact hashes with up to 50% lower memory usage and 2x higher hash loadin...

## Kubernetes v1.37: Native Histograms Graduates to Beta

DevFeed: [Kubernetes v1.37: Native Histograms Graduates to Beta](<https://devfeed.tech/articles/kubernetes-v1-37-native-histograms-graduates-to-beta-4583.md>)

Original publisher: [Read original article](<https://kubernetes.io/blog/2026/09/11/kubernetes-v1-37-native-histograms-beta/>)

Author: Richa Banker

Published: 2026-09-11T18:30:00Z

Content type: release

Language: en

Sources: [Kubernetes Blog](<https://devfeed.tech/sources/kubernetes-blog.md>)

Topics: [telemetry](<https://devfeed.tech/topics/telemetry.md>)

Tags: [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [latency](<https://devfeed.tech/tags/latency.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [observability](<https://devfeed.tech/tags/observability.md>), [prometheus](<https://devfeed.tech/tags/prometheus.md>), [storage](<https://devfeed.tech/tags/storage.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [time-series](<https://devfeed.tech/tags/time-series.md>)

### AI overview

Kubernetes v1.37 enables Prometheus native histograms by default at Beta. The article explains how dynamic exponential buckets improve metric resolution and quantile accuracy while reducing time-series, scraping, and storage overhead compared with classic histograms.

### Source excerpt

I'm excited to announce that native histogram support for Kubernetes metrics is graduating to Beta and is enabled by default in Kubernetes v1.37! Native histograms (previously introduced as Alpha in Kubernetes v1.36 under KEP-5808) bring high-resolution, low-cardinality observability to Kubernetes metrics. By adopting Prometheus Native Histograms, Kubernetes components now expose latency and duration metrics with far greater accuracy while significantly reducing telemetry storage and scraping overhead. Why move beyond classic histograms? Since the early days of Kubernetes observability, duration and latency metrics (such as API server request latencies or scheduling durations) have relied on classic Prometheus histograms. Classic histograms require metric authors to define a static list of cumulative bucket boundaries (le labels), such as 0.005, 0.01, 0.025, 0.05, 0.1, 0.25, 0.5, 1, 2.5, 5, 10. While familiar, this approach introduces three major challenges: The Bucket Guessing Game: If a workload's latency profile changes, for example, shifting into microsecond ranges or experiencing long-tail tail latencies beyond the highest bucket, the histogram loses visibility. Specifying bucket boundaries upfront requires knowing the distribution before observing it High Cardinality & Storage Cost: With classic histograms, each bucket boundary is exported as a separate time series (_bucket{le="..."}). A histogram with 10 buckets across multiple labels multiplies the number of time series by 10, increasing memory consumption in Prometheus and inflating time series database (TSDB) storage costs Interpolation Error in Quantiles: Calculating percentiles using histogram_quantile() relies on linear interpolation between static bucket boundaries. When bucket spans are coarse, quantile calculations can suffer from significant estimation error What are Prometheus native histograms? Prometheus Native Histograms replace static user-defined buckets with dynamic, exponential buckets. Inst

## From zero-shot forecast to purchase order with Amazon Bedrock AgentCore

DevFeed: [From zero-shot forecast to purchase order with Amazon Bedrock AgentCore](<https://devfeed.tech/articles/from-zero-shot-forecast-to-purchase-order-with-amazon-bedrock-agentcore-4640.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/from-zero-shot-forecast-to-purchase-order-with-amazon-bedrock-agentcore/>)

Author: Hyunsoo Kim, Ph.D.

Published: 2026-09-11T14:08:01Z

Content type: article

Language: en

Sources: [AWS Architecture Blog](<https://devfeed.tech/sources/aws-architecture-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [Training AI Models](<https://devfeed.tech/topics/training-ai-models.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [agents](<https://devfeed.tech/tags/agents.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [automation](<https://devfeed.tech/tags/automation.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [strands-agents](<https://devfeed.tech/tags/strands-agents.md>), [time-series](<https://devfeed.tech/tags/time-series.md>), [training](<https://devfeed.tech/tags/training.md>), [zero-shot](<https://devfeed.tech/tags/zero-shot.md>)

### AI overview

An architecture article on using Amazon Chronos2 zero-shot forecasting and Bedrock AgentCore multi-agent orchestration to turn demand forecasts into validated purchase orders without per-product model training.

### Source excerpt

Combine zero-shot forecasting with Amazon Chronos2 and multi-agent orchestration on Amazon Bedrock AgentCore to turn demand forecasts into validated purchase orders. No per-product model training, with business rules, auditability, and cost that scales to zero.

## IBM releases SOTA Granite Time Series PatchTST-FM-r2 model with commercial-friendly license

DevFeed: [IBM releases SOTA Granite Time Series PatchTST-FM-r2 model with commercial-friendly license](<https://devfeed.tech/articles/ibm-releases-sota-granite-time-series-patchtst-fm-r2-model-with-commercial-friendly-license-7266.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/ibm-research/ibm-releases-sota-granite-time-series>)

Author: Roman Vaculin; Wesley M Gifford; Jiri Navratil; Chandra Reddy; Ayhan Sebin

Published: 2026-09-09T15:36:24Z

Content type: release

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Temporal data](<https://devfeed.tech/topics/temporal-data.md>), [releases](<https://devfeed.tech/topics/releases.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [Open Source Models & Datasets](<https://devfeed.tech/topics/open-source-models-datasets.md>), [Inference](<https://devfeed.tech/topics/inference.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [foundation-models](<https://devfeed.tech/tags/foundation-models.md>), [ibm](<https://devfeed.tech/tags/ibm.md>), [inference](<https://devfeed.tech/tags/inference.md>), [model-architecture](<https://devfeed.tech/tags/model-architecture.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [releases](<https://devfeed.tech/tags/releases.md>), [time-series](<https://devfeed.tech/tags/time-series.md>), [zero-shot](<https://devfeed.tech/tags/zero-shot.md>)

### AI overview

IBM released Granite Time Series PatchTST-FM-r2, a roughly 385M-parameter time-series foundation model for zero-shot forecasting. The article covers its architecture, probabilistic forecasting, missing-value imputation, benchmark results, licensing, and available reproducibility resources.

### Source excerpt

Time-series foundation models are changing the way forecasting systems are built. Instead of training and maintaining a separate model for every dataset, users can use a pretrained model and generate forecasts zero-shot. IBM has released Granite Time Series PatchTST-FM-r2, the latest model in the Granite TSFM family (github, blog).

## TimesFM-3: A zero-shot foundation model for multivariate forecasting

DevFeed: [TimesFM-3: A zero-shot foundation model for multivariate forecasting](<https://devfeed.tech/articles/timesfm-3-a-zero-shot-foundation-model-for-multivariate-forecasting-6898.md>)

Original publisher: [Read original article](<https://research.google/blog/timesfm-3-a-zero-shot-foundation-model-for-multivariate-forecasting/>)

Published: 2026-08-31T17:19:40Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>), [Google](<https://devfeed.tech/topics/google.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Transformer architecture](<https://devfeed.tech/topics/transformer-architecture.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [generalization in machine learning](<https://devfeed.tech/topics/generalization-in-machine-learning.md>)

Tags: [data-management](<https://devfeed.tech/tags/data-management.md>), [features](<https://devfeed.tech/tags/features.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [foundation-models](<https://devfeed.tech/tags/foundation-models.md>), [google](<https://devfeed.tech/tags/google.md>), [machine-intelligence](<https://devfeed.tech/tags/machine-intelligence.md>), [model](<https://devfeed.tech/tags/model.md>), [product](<https://devfeed.tech/tags/product.md>), [time-series](<https://devfeed.tech/tags/time-series.md>), [transformer-architecture](<https://devfeed.tech/tags/transformer-architecture.md>), [zero-shot](<https://devfeed.tech/tags/zero-shot.md>)

### AI overview

Google Research introduces TimesFM-3, a 330-million-parameter time-series foundation model designed for accurate multivariate forecasting in a single forward pass. Pre-trained on more than one trillion real-world and synthetic time points, it jointly models coevolving series and external covariates in zero-shot settings without task-specific fine-tuning.

### Source excerpt

Data Management

## An AI tool for prioritizing candidate biomarkers from wearable sensor data

DevFeed: [An AI tool for prioritizing candidate biomarkers from wearable sensor data](<https://devfeed.tech/articles/an-ai-tool-for-prioritizing-candidate-biomarkers-from-wearable-sensor-data-6749.md>)

Original publisher: [Read original article](<https://research.google/blog/an-ai-tool-for-prioritizing-candidate-biomarkers-from-wearable-sensor-data/>)

Published: 2026-08-21T17:02:24Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [data](<https://devfeed.tech/topics/data.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Temporal data](<https://devfeed.tech/topics/temporal-data.md>), [Training AI Models](<https://devfeed.tech/topics/training-ai-models.md>), [Model Development](<https://devfeed.tech/topics/model-development.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [analysis](<https://devfeed.tech/tags/analysis.md>), [data](<https://devfeed.tech/tags/data.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [health-bioscience](<https://devfeed.tech/tags/health-bioscience.md>), [memory](<https://devfeed.tech/tags/memory.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [research](<https://devfeed.tech/tags/research.md>), [series](<https://devfeed.tech/tags/series.md>), [time-series](<https://devfeed.tech/tags/time-series.md>), [training](<https://devfeed.tech/tags/training.md>), [validation](<https://devfeed.tech/tags/validation.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

The Biomarker Discovery Framework is a supervised multi-agent system for prioritizing biomarker candidates from wearable-sensor data. It combines hypothesis generation, statistical analysis, model training, adversarial validation, and literature-grounded reasoning in a traceable six-phase workflow. Across three cohorts, it recovered known clinical signals, found convergent biomarkers across independent datasets, and improved downstream prediction when demographic features were included.

### Source excerpt

Generative AI

## Forking-Sequences -- Part II: Multi-Horizon Forecast Ensembling with Reduced Volatility

DevFeed: [Forking-Sequences -- Part II: Multi-Horizon Forecast Ensembling with Reduced Volatility](<https://devfeed.tech/articles/forking-sequences-part-ii-multi-horizon-forecast-ensembling-with-reduced-volatility-42183.md>)

Original publisher: [Read original article](<https://blog.ml.cmu.edu/2026/08/10/forking-sequences-part-ii-multi-horizon-forecast-ensembling-with-reduced-volatility/>)

Author: Willa Potosnak

Published: 2026-08-10T21:52:23Z

Content type: article

Language: en

Sources: [ML@CMU](<https://devfeed.tech/sources/ml-cmu.md>)

Topics: [Sequences](<https://devfeed.tech/topics/sequences.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Machine Learning & Artificial Intelligence](<https://devfeed.tech/topics/machine-learning-artificial-intelligence.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [automated-machine-learning](<https://devfeed.tech/tags/automated-machine-learning.md>), [big-data](<https://devfeed.tech/tags/big-data.md>), [computer-science](<https://devfeed.tech/tags/computer-science.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [deep-learning](<https://devfeed.tech/tags/deep-learning.md>), [ethics-and-ai](<https://devfeed.tech/tags/ethics-and-ai.md>), [forecasting](<https://devfeed.tech/tags/forecasting.md>), [foundation-models](<https://devfeed.tech/tags/foundation-models.md>), [inference](<https://devfeed.tech/tags/inference.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [ml](<https://devfeed.tech/tags/ml.md>), [multi-horizon-forecasting](<https://devfeed.tech/tags/multi-horizon-forecasting.md>), [natural-language-processing](<https://devfeed.tech/tags/natural-language-processing.md>), [neural-networks](<https://devfeed.tech/tags/neural-networks.md>), [paper](<https://devfeed.tech/tags/paper.md>), [research](<https://devfeed.tech/tags/research.md>), [sequences](<https://devfeed.tech/tags/sequences.md>), [time-series](<https://devfeed.tech/tags/time-series.md>)

### AI overview

The article describes forecast ensembling for multi-horizon time-series models. Exponential smoothing reduces forecast volatility by about 10-13% with less than 0.1% accuracy degradation, including in zero-shot use with pretrained time-series foundation models.

### Source excerpt

Based on: Potosnak, W., Wolff, M., Cao, M., Ma, R., Konstantinova, T., Efimov, D., Mahoney, M.W., Oreshkin, B., & Olivares, K.G. "Forking-Sequences: Statistically and Computationally Efficient Multi-Horizon Forecasting with Reduced Volatility." Transactions on Machine Learning Research, 2026. (Disclaimer: Code implementation not used in the paper; not affiliated with Amazon -- provided as a reference for forking-sequences and forecast ensembling) TL;DR Ensembling, nearly for free. Forking-sequences already produces overlapping forecasts for every target date across FCDs in a single forward pass, so ensembling them at inference adds no extra encoder computation compared with window-sampling. Two new forecast volatility metrics. scaled Forecast Percentage Change (sFPC) measures raw revision size in real time (no ground truth needed); Excess Volatility (EV) goes further, rewarding accuracy-improving revisions and only penalizing the ones that move forecasts away from the truth or overshoot it. Reduced volatility without sacrificing accuracy. Exponential-smoothing forecast ensembling (α = 0.9) reduces sEV by 10-13% across all encoder types, with less than 0.1% accuracy degradation. Works zero-shot on models pretrained with window-sampling. Forecast ensembling applied to pretrained Time Series Foundation Models (TSFMs) -- Chronos-2, Toto 2.0, TimesFM, PatchTST, N-BEATS -- cuts volatility by ~10% with negligible accuracy cost (less than 0.1%). In Part [...]

## Two Providers, a Stubborn Plateau and a Very Long Tail: Email in the Tranco Top-1M

DevFeed: [Two Providers, a Stubborn Plateau and a Very Long Tail: Email in the Tranco Top-1M](<https://devfeed.tech/articles/two-providers-a-stubborn-plateau-and-a-very-long-tail-email-in-the-tranco-top-1m-11444.md>)

Original publisher: [Read original article](<https://labs.ripe.net/author/artem-berezin/two-providers-a-stubborn-plateau-and-a-very-long-tail-email-in-the-tranco-top-1m/>)

Author: Artem Berezin

Published: 2026-07-30T11:49:26Z

Content type: article

Language: en

Sources: [RIPE Labs](<https://devfeed.tech/sources/ripe-labs.md>)

Topics: [Time Series](<https://devfeed.tech/topics/time-series.md>), [microsoft 365](<https://devfeed.tech/topics/microsoft-365.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [Google](<https://devfeed.tech/topics/google.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Server](<https://devfeed.tech/topics/server.md>), [Internet](<https://devfeed.tech/topics/internet.md>), [data](<https://devfeed.tech/topics/data.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>), [proofpoint](<https://devfeed.tech/topics/proofpoint.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [competition](<https://devfeed.tech/tags/competition.md>), [data](<https://devfeed.tech/tags/data.md>), [dns](<https://devfeed.tech/tags/dns.md>), [google](<https://devfeed.tech/tags/google.md>), [measurements](<https://devfeed.tech/tags/measurements.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [microsoft-365](<https://devfeed.tech/tags/microsoft-365.md>), [migration](<https://devfeed.tech/tags/migration.md>), [popular](<https://devfeed.tech/tags/popular.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [saas](<https://devfeed.tech/tags/saas.md>), [server](<https://devfeed.tech/tags/server.md>), [time-series](<https://devfeed.tech/tags/time-series.md>)

### AI overview

A decade of DNS measurements across the Tranco top 1 million domains shows that email infrastructure is consolidating around Google Workspace and Microsoft 365. Self-hosted mail servers declined from 44.6% in 2016 to 22.4% in July 2026, while the two leading providers together handled 38.6% of measured domains. DMARC enforcement has plateaued, and a large long tail of infrastructure remains difficult to classify. The article frames this concentration as a resilience concern because outages, filtering changes, or policy decisions could affect a substantial part of the email ecosystem.

### Source excerpt

Ten years of DNS measurements reveal three trends across the Internet's most popular domains: email continues to consolidate around two providers, DMARC enforcement has hit a plateau, and a surprisingly large long tail of infrastructure defies easy classification.

## Building a Custom Metrics Exporter for Kubernetes

DevFeed: [Building a Custom Metrics Exporter for Kubernetes](<https://devfeed.tech/articles/building-a-custom-metrics-exporter-for-kubernetes-4567.md>)

Original publisher: [Read original article](<https://kubernetes.io/blog/2026/07/14/custom-metrics-exporter-kubernetes/>)

Author: Victor David Effiok

Published: 2026-07-14T18:00:00Z

Content type: tutorial

Language: en

Sources: [Kubernetes Blog](<https://devfeed.tech/sources/kubernetes-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [Grafana Cloud Metrics](<https://devfeed.tech/topics/grafana-cloud-metrics.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>), [Go Language](<https://devfeed.tech/topics/go-language.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>)

Tags: [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [building](<https://devfeed.tech/tags/building.md>), [code](<https://devfeed.tech/tags/code.md>), [go](<https://devfeed.tech/tags/go.md>), [http](<https://devfeed.tech/tags/http.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [prometheus](<https://devfeed.tech/tags/prometheus.md>), [server](<https://devfeed.tech/tags/server.md>), [time-series](<https://devfeed.tech/tags/time-series.md>)

### AI overview

A tutorial on building a custom Kubernetes metrics exporter that exposes application or external state for Prometheus, enabling queries, alerts, and HorizontalPodAutoscaler scaling. It covers exporter architecture, direct instrumentation, metric formatting, and choosing counters, gauges, or histograms.

### Source excerpt

Kubernetes ships with built-in awareness of CPU and memory, but most real-world scaling decisions depend on signals that live entirely outside that narrow window: how many messages are waiting in a queue, how long the last batch job took, how many active WebSocket connections a pod is holding. When the built-in metrics are not enough, a metrics exporter bridges that gap. This post walks through writing one from scratch, packaging it as a container, and wiring it into a cluster so that Prometheus -- and ultimately the HorizontalPodAutoscaler -- can consume it. What a metrics exporter actually does An exporter is a small HTTP server with a single responsibility: expose application state as text on a /metrics endpoint. Prometheus scrapes that endpoint on a regular interval, stores the time-series data, and makes it available for queries, alerts, and autoscaling rules. In some cases you can instrument your application directly -- embedding the Prometheus client library and exposing /metrics from within the same process -- rather than running a separate exporter. A standalone exporter makes more sense when the data source is external to your application or when you do not control the application code. The format Prometheus expects is plain text -- one metric per line, with a name, optional labels, and a numeric value. Client libraries handle the serialization for you, so in practice you only need to decide what to measure and call the right function when that value changes. Choosing what to measure Before writing any code, it helps to decide what kind of signal you are dealing with. The Prometheus data model has three main types: Counters only ever increase. They are the right tool for totals: requests served, jobs processed, errors encountered. Never use a counter for a value that can go down. Gauges represent a current snapshot of a value that can rise and fall freely. Queue depth, active connections, and cache size are all gauges. Histograms record the distribution of obse

## ScyllaDB vs Aerospike, Wide-Column vs. Key/Value

DevFeed: [ScyllaDB vs Aerospike, Wide-Column vs. Key/Value](<https://devfeed.tech/articles/scylladb-vs-aerospike-wide-column-vs-key-value-4870.md>)

Original publisher: [Read original article](<https://www.scylladb.com/2026/07/06/scylladb-vs-aerospike-wide-column-vs-key-value/>)

Author: Cynthia Dunlop

Published: 2026-07-06T13:13:23Z

Content type: comparison

Language: en

Sources: [ScyllaDB](<https://devfeed.tech/sources/scylladb.md>)

Topics: [NoSQL](<https://devfeed.tech/topics/nosql.md>), [Database](<https://devfeed.tech/topics/database.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [availability](<https://devfeed.tech/tags/availability.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [database](<https://devfeed.tech/tags/database.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [latency](<https://devfeed.tech/tags/latency.md>), [leadership-team](<https://devfeed.tech/tags/leadership-team.md>), [performance](<https://devfeed.tech/tags/performance.md>), [product](<https://devfeed.tech/tags/product.md>), [replication](<https://devfeed.tech/tags/replication.md>), [security](<https://devfeed.tech/tags/security.md>), [time-series](<https://devfeed.tech/tags/time-series.md>)

### AI overview

This comparison explains how wide-column databases differ from key-value stores, using ScyllaDB and Aerospike as examples. It argues that ScyllaDB's broader data model, clustering keys, replication, availability, and operational features can support more complex access patterns while maintaining strong performance and low latency.

### Source excerpt

Wide-column flexibility doesn't have to come at the expense of performance -- see where the two models differ, where each one wins, and why you no longer have to choose

## Dogfooding the Billable Actions metric: How granular observability improved our metering validation

DevFeed: [Dogfooding the Billable Actions metric: How granular observability improved our metering validation](<https://devfeed.tech/articles/dogfooding-the-billable-actions-metric-how-granular-observability-improved-our-metering-validation-35778.md>)

Original publisher: [Read original article](<https://temporal.io/blog/dogfooding-the-billable-actions-metric-how-granular-observability-improved-our-metering-validation>)

Author: Eric Chen

Published: 2026-06-25T00:00:00Z

Content type: article

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [observability](<https://devfeed.tech/topics/observability.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [API](<https://devfeed.tech/topics/api.md>), [Server](<https://devfeed.tech/topics/server.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>)

Tags: [account](<https://devfeed.tech/tags/account.md>), [api](<https://devfeed.tech/tags/api.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cost](<https://devfeed.tech/tags/cost.md>), [count](<https://devfeed.tech/tags/count.md>), [dashboard](<https://devfeed.tech/tags/dashboard.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [dogfooding](<https://devfeed.tech/tags/dogfooding.md>), [metric](<https://devfeed.tech/tags/metric.md>), [observability](<https://devfeed.tech/tags/observability.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [query](<https://devfeed.tech/tags/query.md>), [raw](<https://devfeed.tech/tags/raw.md>), [server](<https://devfeed.tech/tags/server.md>), [temporal-voices](<https://devfeed.tech/tags/temporal-voices.md>), [time-series](<https://devfeed.tech/tags/time-series.md>), [validation](<https://devfeed.tech/tags/validation.md>), [visibility](<https://devfeed.tech/tags/visibility.md>)

### AI overview

Temporal describes how its Billable Actions metric and OpenMetrics per-type breakdowns provide more granular cost visibility. Internally, the company uses the metric with a canary account and validation dashboards to verify metering accuracy, troubleshoot discrepancies, and identify optimization opportunities.

### Source excerpt

See how Temporal uses the Billable Actions metric internally to validate metering, troubleshoot discrepancies, and improve cost observability.

## Introducing ClickStack Cloud: Serverless observability powered by ClickHouse

DevFeed: [Introducing ClickStack Cloud: Serverless observability powered by ClickHouse](<https://devfeed.tech/articles/introducing-clickstack-cloud-serverless-observability-powered-by-clickhouse-5194.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/clickstack-cloud-private-preview>)

Author: Mike Shi

Published: 2026-05-27T00:00:00Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [Traces](<https://devfeed.tech/topics/traces.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>)

Tags: [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [complexity](<https://devfeed.tech/tags/complexity.md>), [cost](<https://devfeed.tech/tags/cost.md>), [data](<https://devfeed.tech/tags/data.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [logs](<https://devfeed.tech/tags/logs.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [observability](<https://devfeed.tech/tags/observability.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [performance](<https://devfeed.tech/tags/performance.md>), [platform](<https://devfeed.tech/tags/platform.md>), [scale](<https://devfeed.tech/tags/scale.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [time-series](<https://devfeed.tech/tags/time-series.md>), [traces](<https://devfeed.tech/tags/traces.md>)

### AI overview

ClickStack Cloud is a fully managed, serverless observability service built on ClickHouse. It accepts OpenTelemetry data through a managed OTLP endpoint and lets teams explore logs, metrics, and traces while the platform handles ingestion, buffering, scaling, and storage.

### Source excerpt

Introducing ClickStack Cloud: a fully managed, serverless observability platform built on ClickHouse where you send OpenTelemetry data to a managed endpoint and immediately explore logs, metrics, and traces without operating any infrastructure.

## Empirical Research Assistance (ERA): From Nature publication to catalyzing Computational Discovery

DevFeed: [Empirical Research Assistance (ERA): From Nature publication to catalyzing Computational Discovery](<https://devfeed.tech/articles/empirical-research-assistance-era-from-nature-publication-to-catalyzing-computational-discovery-6765.md>)

Original publisher: [Read original article](<https://research.google/blog/empirical-research-assistance-era-from-nature-publication-to-catalyzing-computational-discovery/>)

Published: 2026-05-19T17:52:00Z

Content type: news

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [coding](<https://devfeed.tech/topics/coding.md>), [Google](<https://devfeed.tech/topics/google.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Data Science](<https://devfeed.tech/topics/data-science.md>), [Software](<https://devfeed.tech/topics/software.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>), [Mathematics](<https://devfeed.tech/topics/mathematics.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [code](<https://devfeed.tech/tags/code.md>), [coding](<https://devfeed.tech/tags/coding.md>), [drive](<https://devfeed.tech/tags/drive.md>), [general-science](<https://devfeed.tech/tags/general-science.md>), [google](<https://devfeed.tech/tags/google.md>), [machine-intelligence](<https://devfeed.tech/tags/machine-intelligence.md>), [natural-language-processing](<https://devfeed.tech/tags/natural-language-processing.md>), [open-source-models-datasets](<https://devfeed.tech/tags/open-source-models-datasets.md>), [time-series](<https://devfeed.tech/tags/time-series.md>)

### AI overview

Google Research introduces Empirical Research Assistance (ERA), an AI tool that uses Gemini to write and optimize scientific code. ERA searches literature, explores solutions, evaluates results, and uses tree search to optimize code for computational experiments. Tests across genomics, public health, satellite imagery, neuroscience, time-series forecasting, and mathematics show expert-level benchmark performance. ERA also helped build the Computational Discovery prototype, which is being made available through Google Labs and Gemini for Science.

### Source excerpt

General Science

## How the D. E. Shaw group powers high-cardinality observability at scale with ClickHouse

DevFeed: [How the D. E. Shaw group powers high-cardinality observability at scale with ClickHouse](<https://devfeed.tech/articles/how-the-d-e-shaw-group-powers-high-cardinality-observability-at-scale-with-clickhouse-5226.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/deshaw>)

Author: ClickHouse

Published: 2026-05-15T00:00:00Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [observability](<https://devfeed.tech/topics/observability.md>), [High-Performance Computing](<https://devfeed.tech/topics/high-performance-computing.md>), [Prometheus](<https://devfeed.tech/topics/prometheus.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [Compression](<https://devfeed.tech/topics/compression.md>), [tracing](<https://devfeed.tech/topics/tracing.md>)

Tags: [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [compression](<https://devfeed.tech/tags/compression.md>), [compute](<https://devfeed.tech/tags/compute.md>), [high-performance-computing](<https://devfeed.tech/tags/high-performance-computing.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [observability](<https://devfeed.tech/tags/observability.md>), [performance](<https://devfeed.tech/tags/performance.md>), [production](<https://devfeed.tech/tags/production.md>), [prometheus](<https://devfeed.tech/tags/prometheus.md>), [scale](<https://devfeed.tech/tags/scale.md>), [site-reliability](<https://devfeed.tech/tags/site-reliability.md>), [systems](<https://devfeed.tech/tags/systems.md>), [time-series](<https://devfeed.tech/tags/time-series.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

The D. E. Shaw group uses ClickHouse for high-cardinality observability across millions of compute workloads on its internal grid. The article describes evaluation results showing approximately 7x better performance than alternatives, production ingestion exceeding 500,000 records per second, and improved long-term capacity planning and tracing analysis.

### Source excerpt

How the D. E. Shaw group replaced its previous observability platform with ClickHouse to handle high-cardinality metrics at scale, achieving 7x better query performance and enabling multi-year capacity planning across millions of compute workloads.

## ClickHouse vs Prometheus for High Cardinality, Part 2: Cardinality in ClickHouse

DevFeed: [ClickHouse vs Prometheus for High Cardinality, Part 2: Cardinality in ClickHouse](<https://devfeed.tech/articles/clickhouse-vs-prometheus-for-high-cardinality-part-2-cardinality-in-clickhouse-5160.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/clickhouse-vs-promethous-high-cardinality-part-2-cardinality-in-clickhouse>)

Author: Rory Crispin; Dale McDiarmid

Published: 2026-05-15T00:00:00Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Prometheus](<https://devfeed.tech/topics/prometheus.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [Temporal data](<https://devfeed.tech/topics/temporal-data.md>), [data](<https://devfeed.tech/topics/data.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [data](<https://devfeed.tech/tags/data.md>), [databases](<https://devfeed.tech/tags/databases.md>), [logs](<https://devfeed.tech/tags/logs.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [observability](<https://devfeed.tech/tags/observability.md>), [prometheus](<https://devfeed.tech/tags/prometheus.md>), [systems](<https://devfeed.tech/tags/systems.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [time-series](<https://devfeed.tech/tags/time-series.md>)

### AI overview

This article examines how ClickHouse and other column-oriented databases handle high-cardinality observability data differently from Prometheus and other series-oriented time-series databases. It explains that ClickHouse shifts much of the cost from ingestion to query time and models telemetry as wide, timestamped events with dimensions, attributes, and measurements that can be aggregated later. The article also notes that ClickHouse is not a drop-in replacement for Prometheus and requires a different approach to telemetry, instrumentation, and aggregation.

### Source excerpt

In this blog, we explore why high cardinality behaves fundamentally differently in column-oriented databases like ClickHouse, and why the costs appear in very different places than in traditional series-based systems like Prometheus.

## ClickHouse vs Prometheus for High Cardinality, Part 1: Understanding the Problem

DevFeed: [ClickHouse vs Prometheus for High Cardinality, Part 1: Understanding the Problem](<https://devfeed.tech/articles/clickhouse-vs-prometheus-for-high-cardinality-part-1-understanding-the-problem-5158.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/clickhouse-vs-promethous-high-cardinality-p1-understanding-the-problem>)

Author: Rory Crispin; Dale McDiarmid

Published: 2026-05-14T15:13:45Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Prometheus](<https://devfeed.tech/topics/prometheus.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [churn](<https://devfeed.tech/tags/churn.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [observability](<https://devfeed.tech/tags/observability.md>), [prometheus](<https://devfeed.tech/tags/prometheus.md>), [time-series](<https://devfeed.tech/tags/time-series.md>)

### AI overview

This article explains why high cardinality creates challenges for Prometheus and other series-oriented observability systems. It examines the effects on series creation, memory use, querying, and churn, and introduces a comparison with how ClickHouse handles these workloads.

### Source excerpt

Why does high cardinality break Prometheus but not ClickHouse? In Part 1, we explore the architectural tradeoffs of Prometheus and other series-based systems, showing how cardinality impacts memory, ingestion, querying, and operational stability at scale.

## LABScon25 Replay | Breach Alpha: Trading on Cyber Fallout

DevFeed: [LABScon25 Replay | Breach Alpha: Trading on Cyber Fallout](<https://devfeed.tech/articles/labscon25-replay-breach-alpha-trading-on-cyber-fallout-8315.md>)

Original publisher: [Read original article](<https://www.sentinelone.com/labs/labscon25-replay-breach-alpha-trading-on-cyber-fallout/>)

Author: LABScon

Published: 2026-05-14T13:00:44Z

Content type: article

Language: en

Sources: [SentinelLabs - We are hunters, reversers, exploit developers, and tinkerers shedding light on the world of malware, exploits, APTs, and cybercrime across all platforms.](<https://devfeed.tech/sources/sentinellabs-we-are-hunters-reversers-exploit-developers-and-tinkerers-shedding-light-on-the-world-of-malware-exploits-apts-and-cybercrime-across-all-platforms.md>)

Topics: [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>), [LABScon](<https://devfeed.tech/topics/labscon.md>), [incident](<https://devfeed.tech/topics/incident.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>), [dataset](<https://devfeed.tech/topics/dataset.md>), [ransomware](<https://devfeed.tech/topics/ransomware.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [breach](<https://devfeed.tech/tags/breach.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [data](<https://devfeed.tech/tags/data.md>), [labscon](<https://devfeed.tech/tags/labscon.md>), [labscon25](<https://devfeed.tech/tags/labscon25.md>), [model](<https://devfeed.tech/tags/model.md>), [ransomware](<https://devfeed.tech/tags/ransomware.md>), [time-series](<https://devfeed.tech/tags/time-series.md>), [trading](<https://devfeed.tech/tags/trading.md>)

### AI overview

Mick Baccio and Scott Roberts examine whether public breach signals can anticipate stock-market reactions before formal disclosure. Using AI-assisted data collection, a public-disclosure dataset, an intuition-led model, and Hidden Markov Model time-series analysis, they test a "15/30" cyber-event trading hypothesis and find highly mixed results.

### Source excerpt

Mick Baccio and Scott Roberts examine whether public breach signals and market timing models can turn cyber incidents into actionable trading opportunities.

## How We Built Time Series: Configuration-Driven Visualization in Tinybird Forward

DevFeed: [How We Built Time Series: Configuration-Driven Visualization in Tinybird Forward](<https://devfeed.tech/articles/how-we-built-time-series-configuration-driven-visualization-in-tinybird-forward-18524.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/how-we-built-timeseries>)

Author: Julia Vallina

Published: 2026-02-09T00:00:00Z

Content type: article

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [Time Series](<https://devfeed.tech/topics/time-series.md>), [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [debug](<https://devfeed.tech/topics/debug.md>)

Tags: [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [debug](<https://devfeed.tech/tags/debug.md>), [engineering-excellence](<https://devfeed.tech/tags/engineering-excellence.md>), [sql](<https://devfeed.tech/tags/sql.md>), [time-series](<https://devfeed.tech/tags/time-series.md>), [visualization](<https://devfeed.tech/tags/visualization.md>)

### AI overview

An account of how Tinybird rebuilt its Time Series feature, focusing on the SQL problems encountered, the ClickHouse patterns used, and its use for debugging alerts.

### Source excerpt

How we rebuilt Time Series: the SQL problems we hit, the ClickHouse patterns we used, and how we use it to debug our own alerts.

## New and improved Time Series Charts & Playgrounds in Forward

DevFeed: [New and improved Time Series Charts & Playgrounds in Forward](<https://devfeed.tech/articles/new-and-improved-time-series-charts-playgrounds-in-forward-18598.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/playgrounds-timeseries-browser-experience>)

Author: Jorge Sancha

Published: 2026-01-29T00:00:00Z

Content type: release

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [Time Series](<https://devfeed.tech/topics/time-series.md>), [browser](<https://devfeed.tech/topics/browser.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [browser](<https://devfeed.tech/tags/browser.md>), [product-updates](<https://devfeed.tech/tags/product-updates.md>), [sql](<https://devfeed.tech/tags/sql.md>), [time-series](<https://devfeed.tech/tags/time-series.md>)

### AI overview

Tinybird Forward adds improved Time Series charts and Playgrounds, allowing users to explore with AI, write SQL, or visualize data in the browser.

### Source excerpt

Whether you want to Explore with AI, Write SQL directly or visualize data, you can now do it from the browser in Tinybird Forward. Time Series and Playgrounds bring back the flexibility of Classic, improved for Forward

## Behind the music: How Chartmetric is scaling music analytics with ClickHouse

DevFeed: [Behind the music: How Chartmetric is scaling music analytics with ClickHouse](<https://devfeed.tech/articles/behind-the-music-how-chartmetric-is-scaling-music-analytics-with-clickhouse-5025.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/chartmetric-scaling-music-analytics>)

Author: ClickHouse

Published: 2026-01-08T14:17:18Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [data](<https://devfeed.tech/topics/data.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [API](<https://devfeed.tech/topics/api.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Web app](<https://devfeed.tech/topics/webapp.md>), [airflow](<https://devfeed.tech/topics/airflow.md>), [elasticsearch](<https://devfeed.tech/topics/elasticsearch.md>), [Web](<https://devfeed.tech/topics/web.md>)

Tags: [airflow](<https://devfeed.tech/tags/airflow.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [api](<https://devfeed.tech/tags/api.md>), [app](<https://devfeed.tech/tags/app.md>), [apple](<https://devfeed.tech/tags/apple.md>), [cache](<https://devfeed.tech/tags/cache.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [data](<https://devfeed.tech/tags/data.md>), [elasticsearch](<https://devfeed.tech/tags/elasticsearch.md>), [music](<https://devfeed.tech/tags/music.md>), [scale](<https://devfeed.tech/tags/scale.md>), [search](<https://devfeed.tech/tags/search.md>), [series](<https://devfeed.tech/tags/series.md>), [speed](<https://devfeed.tech/tags/speed.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [time](<https://devfeed.tech/tags/time.md>), [time-series](<https://devfeed.tech/tags/time-series.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Chartmetric uses ClickHouse Cloud to scale real-time music analytics across billions of rows from streaming services, social media, and music charts. The migration from Postgres and Snowflake improved query speed and reduced storage costs, while ClickHouse now supports LLM-facing queries and a playlist cache ingesting more than 15 million rows daily.

### Source excerpt

"ClickHouse works very well as part of our multi-system data stack. It's excellent for time-series data, and the VersionedCollapsingMergeTree engine was a game-changer for us, speeding up queries from 20 seconds in Snowflake to 1.5 seconds in ClickHouse."

## ClickHouse achieves AWS Financial Services Competency

DevFeed: [ClickHouse achieves AWS Financial Services Competency](<https://devfeed.tech/articles/clickhouse-achieves-aws-financial-services-competency-4975.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/aws-financial-services-competency>)

Author: Aditya Chidurala

Published: 2025-12-12T00:00:00Z

Content type: news

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>), [Temporal data](<https://devfeed.tech/topics/temporal-data.md>), [Security, Privacy and Abuse Prevention](<https://devfeed.tech/topics/security-privacy-and-abuse-prevention.md>), [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [aws](<https://devfeed.tech/tags/aws.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [data-analytics](<https://devfeed.tech/tags/data-analytics.md>), [financial-services](<https://devfeed.tech/tags/financial-services.md>), [fraud](<https://devfeed.tech/tags/fraud.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [partners](<https://devfeed.tech/tags/partners.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [time-series](<https://devfeed.tech/tags/time-series.md>)

### AI overview

ClickHouse announces its AWS Financial Services Competency and describes how financial organizations use its analytics platform for high-volume, low-latency workloads.

### Source excerpt

ClickHouse has achieved AWS Financial Services Competency, joining a select group of AWS Partners recognized for deep expertise in serving financial services organizations.

## Introducing Analytics Buckets

DevFeed: [Introducing Analytics Buckets](<https://devfeed.tech/articles/introducing-analytics-buckets-405.md>)

Original publisher: [Read original article](<https://supabase.com/blog/introducing-analytics-buckets>)

Author: Fabrizio Fenoglio

Published: 2025-12-02T07:00:00Z

Content type: release

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Apache Iceberg](<https://devfeed.tech/topics/apache-iceberg.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>)

Tags: [amazon-s3](<https://devfeed.tech/tags/amazon-s3.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [apache-iceberg](<https://devfeed.tech/tags/apache-iceberg.md>), [parquet](<https://devfeed.tech/tags/parquet.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [s3](<https://devfeed.tech/tags/s3.md>), [scale](<https://devfeed.tech/tags/scale.md>), [schema-evolution](<https://devfeed.tech/tags/schema-evolution.md>), [storage](<https://devfeed.tech/tags/storage.md>), [time-series](<https://devfeed.tech/tags/time-series.md>)

### AI overview

Supabase introduces Analytics Buckets for storing large analytical datasets in Supabase Storage. The service uses Apache Iceberg, Amazon S3, and columnar Parquet files, while Postgres remains suited to transactional application data.

### Source excerpt

Use Analytics Buckets to store huge datasets in Supabase Storage with Apache Iceberg and columnar Parquet format, optimized for analytical workloads.

## Book Review - Just Use Postgres!

DevFeed: [Book Review - Just Use Postgres!](<https://devfeed.tech/articles/book-review-just-use-postgres-21980.md>)

Original publisher: [Read original article](<https://vladmihalcea.com/book-review-just-use-postgres/>)

Author: vladmihalcea

Published: 2025-11-24T09:00:34Z

Content type: opinion

Language: en

Sources: [Vlad Mihalcea](<https://devfeed.tech/sources/vlad-mihalcea.md>)

Topics: [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [integrity](<https://devfeed.tech/topics/integrity.md>), [JSON](<https://devfeed.tech/topics/json.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [genai](<https://devfeed.tech/topics/genai.md>)

Tags: [book](<https://devfeed.tech/tags/book.md>), [book-review](<https://devfeed.tech/tags/book-review.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [genai](<https://devfeed.tech/tags/genai.md>), [integrity](<https://devfeed.tech/tags/integrity.md>), [json](<https://devfeed.tech/tags/json.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [sql](<https://devfeed.tech/tags/sql.md>), [time-series](<https://devfeed.tech/tags/time-series.md>), [transactions](<https://devfeed.tech/tags/transactions.md>)

### AI overview

A review of Denis Magda's book Just Use Postgres!, describing its audience, structure, and coverage of PostgreSQL querying, data integrity, transactions, indexes, JSON, full-text search, extensions, embeddings, and time-series workloads.

### Source excerpt

Introduction My friend, Denis Magda, wrote a wonderful book called Just Use Postgres!, and I'm glad that I got the chance to read it. Audience This book is useful for any software developer who's either using PostgreSQL or plans on using it because it covers a lot of features that are very useful for modern applications. No matter your level of seniority, you are definitely going to learn from Denis' book. Content Just Use Postgres! has 402 pages, 3 parts, and 11 chapters. The first part is an introduction to PostgreSQL and... Read More The post Book Review - Just Use Postgres! appeared first on Vlad Mihalcea.

[Next page](<https://devfeed.tech/tags/time-series.md?cursor=WyIyMDI1LTExLTI0VDA5OjAwOjM0KzAwOjAwIiwgIjM3OTIwMzY4LTAyZmItNDY2Yy1iOWVhLTNhMDAwZjQ4MTc0YiJd>)