Mike Freedman
Mike Freedman
For clarification, my understand from discussion on community slack is the following: Setup: - User has a 3 node replicated TimescaleDB setting with Patroni and a load balancer in front...
(Poster believes issue related to second Prometheus adaptor being able to get elected /while/ database is offline.)
I'm not sure I'm fully following what you are saying. Is it that, for certain *chunks*, you see the uncompressed size less than the compressed size? (I can't parse the...
Correction: to use vanilla postgres, set `--use-hypertable=false`. We should make this explicit somewhere in the documentation, and make sure Postgres is listed as a supported database in the README.
Hi @derekjn and @archenroot, Mike from TimescaleDB here. We do indeed [support triggers](http://docs.timescale.com/latest/api#triggers), and I think this type of setup of using PipelineDB for continuous aggregates / materialized views, with...
See, e.g., github issue https://github.com/timescale/timescaledb/issues/1836
A COPY is transactional and single-threaded, so the "parallel" tool allows us to parallelize over many workers. This could be emulated by doing yourself, but note that your parallel tool...
Note this is part fo data lifecycle. SO: New data -> row-based uncompressed -> column based compressed -> tiered storage
Can you share more about what you are asking? Most of the time we see people run such tools (like `pg_dump`_) externally from the actual database service. So are you...
Adding a draft section here. Feedback from community welcome!