https://store-images.s-microsoft.com/image/apps.60369.c252421c-b84d-4ebc-b8e2-392de90ab55f.f045a324-d598-436a-b66d-73f0a7ebe65b.c1b2f430-055e-4ce7-9b35-0c70c1b43956

TimescaleDB

kCloudHub

TimescaleDB

kCloudHub

Version 2.19.2 + Free Support on OpenSUSE 15.6

TimescaleDB is an open-source time-series database built on top of PostgreSQL. It is designed to handle time-series data, such as IoT data, monitoring metrics, logs, and financial data, with enhanced performance for storing and querying large volumes of time-based information. TimescaleDB offers the scalability of NoSQL databases while maintaining the reliability and flexibility of relational databases like PostgreSQL.

Features of TimescaleDB:

  • Optimized for time-series data, providing efficient storage and queries.
  • Seamless integration with PostgreSQL, leveraging its features like SQL querying and indexing.
  • Scalable with multi-node support for high-performance time-series workloads.
  • Automated data retention policies for managing historical data.

To check TimescaleDB version:-

sudo -u postgres psql -d tsdb -c "SELECT extversion FROM pg_extension WHERE extname = 'timescaledb';"

Disclaimer: TimescaleDB is an open-source project released under the TimescaleDB License. It is developed and maintained by Timescale, Inc. and contributors and is not affiliated with, endorsed by, or sponsored by any specific company beyond its maintainers. TimescaleDB is provided "as is," without any warranty.