Using TimescaleDB Community Edition with Zalando Spilo packages?
Hi, I am installing my timescaledb through patroni and deploying it as kubernetis pods in ec2 instance. Right now my timescaledb shows that I am using apache license. How can I get community license...
View ArticleCannot launch docker container
I have a Docker container (based on timescale/timescaledb-ha:pg14-latest) that I start like this: docker run -d --name timescaledb -p 127.0.0.1:5432:5432 \ -v...
View ArticleCompression after adding a new node
I have a postgres setup that uses 1 access node and 3 workers nodes. I’ve enabled compression on a distributed hypertable and it works. But, I’ve added a fourth worker node and the compression...
View ArticleHow can I get timescaledb community edition?
Hi Rocky 8 Linux Postgresql 15 Zabbix 6.0 I installed timescaledb 2.11.2 version However postgresql extension still shows like it is apache licence edition: Enables scalable inserts and complex...
View ArticleGetting a function _timescaledb_internal.insert_blocker() warning is...
Hi TimescaleDB version: 2.12.2 PostgreSQL version: pg14 Other software: OS: Ubuntu Platform: Install method: via apt install Environment: Hetzner server I.m encountering the following error when doing...
View ArticleIs TimescaleDB a good idea for my use case?
I have a table named “history” that represents equipment consumption data. In short, each piece of data is composed of a value linked to a station_id (place where we retrieve the information) and a...
View ArticleTimezone handling for Materialized views
In brief: I know for a fact that timescale does not support the creation of materialized continuous aggregates while using the at time zone <timezone>' being the type of the column to be...
View ArticleContinous aggregates in microseconds
Hello, i was trying to ingest my dataset to a hypertable directly from a csv file and I noticed that values in timestamp column have been transferred in milliseconds precision although it has...
View ArticleHow to change wal_level to logical in timescale-postgresql database when...
I deployed timescale-postgresql DB using helm: Chart Name: timescalepostgres timescale/timescaledb-single --version 0.33.1 In the values.yaml file I kept the wal_level = logical, however after the...
View ArticleAggregate bytes_recv with lag for host with multiple interfaces
Using timescaledb with telegraf. I have a host with multiple interfaces. The query I run is, select time,interface,(bytes_recv-lag(bytes_recv,1) OVER (partition by interface order by time)) as...
View ArticleTables lost hypertable properties after migrating, how to re-partition them?
Hey everyone, I have a self hosted deployment of Timescale version pg13.8-ts2.8.0. In July, I had to do some data migration, re-instate the database and move existing data into it etc. It was a mess,...
View ArticleDrop one chunk from one node
Hello, I was just wondering if there was a way to drop a chunk from one node. In my case, I have setup native replication and my chunks are replicated on all my 3 nodes, so I was wondering if I can...
View ArticleIdeal compression and compress_chunk performance for huge tables
Hello everyone, We have recently installed a TimescaleDB instance on our AWS account to test it and evaluate the possibility to adopt it for our data signals analysis, instead of Athena or other...
View ArticleСould not find pathkey item to sort
Hi, all! Postgres version: PostgreSQL 15.3 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44), 64-bit TimscaleDB version: 2.12.1 Hypertable is compressed. If the query...
View ArticleSlow performance in query on continuous aggregates
I’m seeing very slow performance on a simple query, with a limited dataset. This should be what timescaledb is intended for, so I must be missing something obvious. query on an aggregated view. SELECT...
View ArticleCan I implement HA in Azure?
Hi there, first post here. I’m migrating my db from influx to timescale due to HA capability. However, I’m confused if I’m planning to use it correctly. Some guidance are really welcome. I have 10 RPi...
View ArticleContinuous Aggregate gets wrong data and duplicated time bucket after refreshing
Hello, I am having trouble with a monthly Continuous Aggregate on top of a daily one. I create the cagg with the WITH NO DATA option. At that point, when querying the cagg it has the correct data. But...
View ArticleFedora 39 [Halp]
Hey there team, Looks like there is currently no installation method that will allow Timescale to run natively on Fedora 39 in Timescale license mode. You can install timescale and postgres with the...
View ArticlePostgres Crashing with group by
We are running Postgres 15.5 w/ Timescale 2.12.2 on an Arm-based Ubuntu EC2 with 4 cores and 32gb of ram. Postgres is configured with timescaledb-tune defaults. We have a hypertable with 55m rows of...
View ArticleLogical replication is not supported?
Hello everyone, I’m quitting influx towards timescaledb. However, I have locally (docker) stored database and I want to stream it to the cloud. After reading the docs, I’ve noticed that replicas are...
View Article