Ivan Muratov

Results 29 comments of Ivan Muratov

Hi there. I was redirected from my question in slack: https://timescaledb.slack.com/archives/CPSD82EMU/p1619502753158000. I subscribed to this issue and looking for news here. Atm I working around distributed hypertable with time-dimension column...

As promised, measurements with the `COPY`: ```sql SELECT * FROM create_distributed_hypertable('distirbuted_data', 'event_id', 'device_id', chunk_time_interval => 1000); \COPY distirbuted_data FROM data.csv CSV COPY 25869 real 4m 24.39s user 0m 0.36s sys...

I'm using `int` as time dimension in hypertable: `event_id`. Min value is `39.968.948` and max value is `231.767.641`. ```text chunk_time_interval => 1000 -> 5949 chunks chunk_time_interval => 10000 -> 3705...

> > I'm using `int` as time dimension in hypertable: `event_id`. > > Min value is `39.968.948` and max value is `231.767.641`. > > ``` > > chunk_time_interval => 1000...

After the merge of https://github.com/HVF/franchise/pull/68 You can build your own or use official Docker image which already contains franchise-client inside.

And it would be nice to add a script to convert from PEM to CRT: ```bash openssl x509 -in rootCA.pem -inform PEM -out rootCA.crt ```

Hello, @MichaelDBA! Atm I'm trying to contribute Docker environment for tool ;) More info here: https://gitlab.com/postgres-ai-team/postgres-checkup/merge_requests/274. When it will be done, Postgres.ai deploy ready-to-use image on Docker Hub or somewhere...

Didn't find another solution and switch to SSH for all my builds & pipelines 🤕

@ahushh Thanks for feedback. 1,5\. I think you should to do next: rename `docker-compose.yml` to `docker-compose.tor.yml` and add one more file with name `docker-compose.yml` withour ip hard-code ips and other...