promscale VS TimescaleDB

Compare promscale vs TimescaleDB and see what are their differences.

promscale

[DEPRECATED] Promscale is a unified metric and trace observability backend for Prometheus, Jaeger and OpenTelemetry built on PostgreSQL and TimescaleDB. (by timescale)

TimescaleDB

A time-series database for high-performance real-time analytics packaged as a Postgres extension (by timescale)
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
promscale TimescaleDB
18 107
1,330 19,449
- 1.3%
0.0 9.8
over 1 year ago 5 days ago
Go C
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

promscale

Posts with mentions or reviews of promscale. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-13.
  • Promscale Deprecation
    1 project | /r/Monitoring | 14 Apr 2023
    Now that Promscale has been deprecated, what are the other ideal means of self-hosted long term Prometheus storage?
  • What do you use when you have to store high cardinality metrics?
    5 projects | /r/golang | 13 Feb 2023
    Oh wow, I browsed the project just a few weeks ago, didn't see it then. I see the deprecation is recent (https://github.com/timescale/promscale/issues/1836)
  • Promscale Has Been Discontinued
    1 project | news.ycombinator.com | 8 Feb 2023
  • Show HN: SigNoz – open-source alternative to DataDog, NewRelic
    10 projects | news.ycombinator.com | 1 Oct 2022
    They say:

    > if you want to have a seamless experience between metrics and traces, then current experience of stitching together Prometheus & Jaeger is not great.

    But I wonder if using Promscale https://github.com/timescale/promscale would make Prometheus & Jaeger not such a big problem as SigNoz imply.

    Promscale readme:

    > Promscale is a unified metric and trace observability backend for Prometheus, Jaeger and OpenTelemetry built on PostgreSQL and TimescaleDB.

    Either way, SigNoz seems interesting indeed. And am glad to see that SigNoz supports OpenTelemetry.

  • Timescale raises $110M Series C
    8 projects | news.ycombinator.com | 22 Feb 2022
    Hi! So the team is over 100 at this point, but engineering effort is spread across multiple products at this point.

    The core timescaledb repo [0] has 10-15 primary engineers (although we are aggressively hiring for database internal engineers), with a few others working on DB hyperfunctions and our function pipelining [1] in a separate extension [2]. I think generally the set of folks who contribute to low-level database internals in C is just smaller than other type of projects.

    We also have our promscale product [3], which is our observability backend powered by SQL & TimescaleDB.

    And then there is Timescale Cloud, which is obviously a large engineering effort (most of which does not happen in public repos).

    And we are hiring. Fully remote & global.

    https://www.timescale.com/careers

    [0] https://github.com/timescale/timescaledb

    [1] https://www.timescale.com/blog/function-pipelines-building-f...

    [2] https://github.com/timescale/timescaledb-toolkit

    [3] https://github.com/timescale/promscale ; https://github.com/timescale/tobs

  • Tools for Querying Logs with SQL
    4 projects | dev.to | 11 Feb 2022
    Promscale is a connector for Prometheus, one of the leading open-source monitoring solutions. Promscale is developed by Timescale, a time series database with full compatibility to Postgres. Since logs are time series events, Timescale developed Promscale to ingest events from Prometheus and make them available in SQL. You can install Promscale in numerous ways.
  • New release Promscale
    1 project | /r/OpenTelemetry | 19 Jan 2022
  • Can Apache Druid replace Thanos? Can they complement themself?
    1 project | /r/kubernetes | 10 Nov 2021
    In case it helps, Promscale (from Timescale) offers long-term storage for Prometheus data and supports both PromQL and SQL queries. Here's the project page: https://www.timescale.com/promscale/ and the repo is here https://github.com/timescale/promscale It also support OpenTelemetry tracing if that's of interest.
  • Benchmarking: TimescaleDB vs. ClickHouse
    7 projects | news.ycombinator.com | 3 Nov 2021
    At first, let's give the definition of `time series`. This is a series of (timestamp, value) pairs ordered by timestamp. The `value` may contain arbitrary data - a floating-point value, a text, a json, a data structure with many columns, etc. Each time series is uniquely identified by its name plus an optional set of {label="value"} labels. For example, temperature{city="London",country="UK"} or log_stream{host="foobar",datacenter="abc",app="nginx"}.

    ClickHouse is perfectly optimized for storing and querying of such time series, including metrics. That's true that ClickHouse isn't optimized for handling millions of tiny inserts per second. It prefers infrequent batches with big number of rows per each batch. But this isn't the real problem in practice, because:

    1) ClickHouse provides Buffer table engine for frequent inserts.

    2) It is easy to create a special proxy app or library for data buffering before sending it to ClickHouse.

    TimescaleDB provides Promscale [1] - a service, which allows using TimescaleDB as a storage backend for Prometheus. Unfortunately, it doesn't show outstanding performance comparing to Prometheus itself and to other remote storage solutions for Prometheus. Promscale requires more disk space, disk IO, CPU and RAM according to production tests [2], [3].

    [1] https://github.com/timescale/promscale

    [2] https://abiosgaming.com/press/high-cardinality-aggregations/

    [3] https://valyala.medium.com/promscale-vs-victoriametrics-reso...

    Full disclosure: I'm CTO at VictoriaMetrics - competing solution for TimescaleDB. VictoriaMetrics is built on top of architecture ideas from ClickHouse.

  • Zabbix anything I should know?
    3 projects | /r/sysadmin | 25 Oct 2021
    Promscale + TimescaleDB

TimescaleDB

Posts with mentions or reviews of TimescaleDB. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-28.
  • PostgreSQL Maximalism
    46 projects | dev.to | 28 May 2025
    timescaledb A solution by Timescale. Provides a lot more functions to handle time series than pg_timeseries. Low latency makes it adequate for real-time analytics. Supports incremental views through continuous aggregates. Has some overlap with pg_mooncake, but can't write to Iceberg or Delta Lake, using them directly as the storage layer. Supports tiered storage
  • Migrating to Postgres
    5 projects | news.ycombinator.com | 14 May 2025
    Even for timeseries there is https://github.com/timescale/timescaledb. Haven't used it, just knew it existed.
  • Why You Shouldn’t Invest In Vector Databases?
    12 projects | dev.to | 24 Apr 2025
    In fact, even in the absence of these commercial databases, users can effortlessly install PostgreSQL and leverage its built-in pgvector functionality for vector search. PostgreSQL stands as the benchmark in the realm of open-source databases, offering comprehensive support across various domains of database management. It excels in transaction processing (e.g., CockroachDB), online analytics (e.g., DuckDB), stream processing (e.g., RisingWave), time series analysis (e.g., Timescale), spatial analysis (e.g., PostGIS), and more. For non-professional users seeking to explore vector databases, they can readily download the open-source PostgreSQL or utilize managed services like Supabase and Neon to establish their own basic AI applications. Other than PostgreSQL, several open-source databases, including OpenSearch, ClickHouse, and Cassandra, have implemented their own vector search functionality. You do not need to adopt a new vector database if you have already used these systems.
  • PostgreSQL vs MySQL vs Redis: Choose Your Fighter
    3 projects | dev.to | 23 Apr 2025
    Extensions for Days: PostGIS for geospatial wizardry, TimescaleDB for time-series data, pg_trgm for fuzzy search. It’s like Skyrim modded do whatever you want.
  • ⚙️ SQL Patterns for Optimizing IoT Queries in TimescaleDB
    1 project | dev.to | 11 Apr 2025
    In this post, we’ll explore practical SQL patterns for retrieving the latest sensor readings efficiently, and how to use continuous aggregates for historical analytics—based on real-world deployments using TimescaleDB on PostgreSQL.
  • Weekly Indie Log #9
    2 projects | dev.to | 8 Apr 2025
    I had to investigate a bit into TimescaleDB as well on which the analytics events are stored since it allows for efficient time series queries.
  • Implementing & Monitoring Replicas in PostgreSQL
    1 project | dev.to | 28 Mar 2025
    In Part 2 of our in-depth Replicas tutorial series, we dive into the implementation and monitoring of HA (High Availability) Replicas and Read Replicas in TimescaleDB.
  • Reliably Replicating Data Between PostgreSQL and ClickHouse
    4 projects | news.ycombinator.com | 22 Feb 2025
    for one thing, depending on your licensing contraints:

    - Citus is AGPLv3 https://github.com/citusdata/citus/blob/v13.0.1/LICENSE

    - Hydra is Apache 2 https://github.com/hydradatabase/columnar/blob/v1.1.2/LICENS...

    - Timescale is mostly Apache 2 https://github.com/timescale/timescaledb/blob/2.18.2/LICENSE

  • ⚙️ Building a better Ruby ORM for time series and analytics
    3 projects | dev.to | 6 Feb 2025
    This is where TimescaleDB comes in. Built on PostgreSQL (it’s an extension), TimescaleDB is purpose-built for time series and other demanding workloads, and thanks to the timescaledb gem, it integrates seamlessly into Rails. You don’t have to leave behind the conventions or patterns you love, it just works alongside them.
  • TimescaleDB in 2024: Making Postgres Faster
    4 projects | dev.to | 15 Jan 2025
    For those of you who don’t know, TimescaleDB is a PostgreSQL extension for high-performance real-time analytics on time series and event data. It is available as an open-source extension or fully managed on Timescale Cloud.

What are some alternatives?

When comparing promscale and TimescaleDB you can also consider the following projects:

kube-thanos - Kubernetes specific configuration for deploying Thanos.

ClickHouse - ClickHouse® is a real-time analytics database management system

pmacct - pmacct is a small set of multi-purpose passive network monitoring tools [NetFlow IPFIX sFlow libpcap BGP BMP RPKI IGP Streaming Telemetry].

DuckDB - DuckDB is an analytical in-process SQL database management system

thanos - Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project.

postgrest - REST API for any Postgres database

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured

Did you know that Go is
the 4th most popular programming language
based on number of references?