https://store-images.s-microsoft.com/image/apps.60369.1472f356-0eb9-4067-9b7b-89213480459a.092bd102-85fb-4cd2-9d0c-dabd71a1e24e.0d741944-34e7-4089-b3e4-bf8e6a9960d3

TimescaleDB

inden kCloudHub LLC

Version 2.17.1 + Free Support on OpenSUSE 15.6

TimescaleDB is an open-source, high-performance time-series database built as an extension of PostgreSQL. It is designed for fast ingestion, complex queries, and scalable storage of time-stamped data, making it ideal for IoT, monitoring, observability, DevOps, and real-time analytics.

Features of TimescaleDB:

  • Scalable time-series data storage with automatic partitioning via hypertables.
  • Supports standard SQL queries and PostgreSQL ecosystem tools for flexible analysis.
  • Continuous aggregates, data retention policies, and native compression for historical data.
  • Integrates with Prometheus, Grafana, Python, and other data ingestion pipelines.
  • Available for local, cloud, and Docker deployments for flexible infrastructure setup.

Instructions:

To access TimescaleDB:
$PostgreSQL Client: sudo -u postgres psql
$ \c postgres
$CREATE EXTENSION IF NOT EXISTS timescaledb;
$\dx

Disclaimer:
TimescaleDB is an open-source database distributed under its respective license. We are not affiliated with, endorsed by, or sponsored by Timescale Inc. or its developers. The software is provided “as is,” without any warranties, express or implied. Users are responsible for securing their database, configuring authentication, and ensuring compliance with all licensing and deployment requirements.