Adam Melicher
Adam Melicher
What are the suggested steps to migrate from `v0.5.x` to `v0.6.x`, so I would not lose all of my data? What I care about mostly are volumes, other stuff not...
Hi @imperiumdrive, obviously it is 43 619ms of code running + 15ms of query execution which totals to overall 43 634 (some rounding made it to 43 633). You may...
+1 would be appreciated really
Hi @leppaott , We have encountered something similar but with compression jobs. Have you considered using [pg_advisory_xact_lock](https://www.postgresql.org/docs/9.1/functions-admin.html)? `BEGIN TRANSACTION;` `select pg_advisory_xact_lock( hashtext('job_delete'));` - or any string or number `**your stuff**`...
+1, Would be great
@hussein-awala Hello, any updates on when this will get released? Since it was merged on 15th may but was not included in the `2.9.2` version
@potiuk thanks, I was not aware that providers have their separate changelogs and releases :)
Have you tried this? https://docs.timescale.com/api/latest/hyperfunctions/gapfilling/time_bucket_gapfill/ Straight from the docs ``` SELECT time_bucket_gapfill('1 hour', time) AS time, interpolate(max(value)) as max_reading GROUP BY time ORDER BY time; ```
This should be supported naturally or listed as a limitation because we have spent a lot of time debugging this aswell and caused us issues on production DB since it...