About 1,190,000 results
Open links in new tab
  1. postgresql - How can you use the TimescaleDB extension with …

    Jul 7, 2025 · Because timescaledb isn't a trusted extension, only members of "azure_pg_admin" are allowed to use COMMENT ON EXTENSION timescaledb Again, I am using the server …

  2. timescaledb data persistance in a docker container

    May 11, 2023 · I can run a timescaledb database using the Docker compose script: version: "3.9" services: timescaledb: image: timescale/timescaledb:latest-pg12 restart: …

  3. postgresql - TimescaleDB in Container - Stack Overflow

    Jun 24, 2020 · I need help to write Dockerfile to create TimescaleDB in a container. I found this instruction for creating a container: docker run -d --name timescaledb -p 5432:5432 -e …

  4. TimescaleDB installation on postgres 14 - Stack Overflow

    Jul 9, 2025 · I'm struggling to properly install TimescaleDB on my existing postgres 14 database. On my other machine I have postgres 16 and I installed it flawlessly, everything worked from …

  5. What is space partitioning and dimensions in TimesclaleDB

    May 2, 2020 · A dimension in TimescaleDB is associated with a column. Each hypertable requires to define at least a time dimension, which is a time column for the time series. Then a …

  6. TimescaleDB - get retention policy and chunk_time_interval for a …

    Mar 4, 2022 · in TimescaleDB, how can I retrieve the length of both intervals (chunk_time_interval and retention policy interval) using a select statement, providing the table name?

  7. postgresql - How to create TimescaleDB Hypertable with time ...

    Feb 3, 2021 · TimescaleDB also enforces uniqueness in each chunk individually. Maintaining uniqueness across chunks can affect ingesting performance dramatically. The most common …

  8. How to use timescale hypertables with foreign keys and keep a …

    Oct 28, 2020 · I am trying to create a database with minimum redundancy in mind. We would like to use the timescaledb hypertables (I run postgreSQL v. 12 and timescaledb v. 1.7.4). The …

  9. postgresql - TimescaleDb: Can someone explain the concept of ...

    May 7, 2020 · I'm learning timescaledb and it's concepts. But I'm unable to grasp Hypertables and it's purpose. Can someone explain this?

  10. postgresql - The specified module could not be found. Postgres …

    May 11, 2023 · I am trying to add timescaledb extension in my postgres 15.2 with timescale 2.10.3. When I run the command create extension if not exists timescaledb; I get below …