Browse all tags →
Tagged with timescaledb
2021
Using Timescale's Continuous Aggregates to speed up database queries

This post details my experience with TimescaleDB's continuous aggregates feature, resulting in a 10x improvement in the performance of some specific database queries.

Enabling TimescaleDB Streaming Replication for PostgreSQL 13 with Docker

This post illustrates the process of setting up streaming replication for a PostgreSQL 13 database with the TimescaleDB extension using Docker, in order to create a real-time 1:1 replica of the primary database.

Creating a Wildfly Docker image with TimescaleDB support

This post demonstrates the creation of a Wildfly Docker image that includes support for TimescaleDB via the PostgreSQL JDBC driver, as well as the combination of the two using Docker Compose.