sentinel09

Results 7 comments of sentinel09
trafficstars

Hello @erimatnor, I have 2 data nodes. Distributed table was created with next flow. Create table: ``` CREATE TABLE my_events ( insert_timestamp timestamp DEFAULT CURRENT_TIMESTAMP, event_timestamp timestamp NULL, guid VARCHAR(255)...

@nikkhils during the test I had 10 running clients (we have max of 16 clients). We are doing batches of ~50,000

Hello, Thanks! Tested with a newer version of Timescale, but it did not make big difference. Will test with provided configs, as well as discuss with developer COPY implementation instead...

Resolved this issue by replacing `for env in info['envs']]` with `for env in info['envs'] if env != info['root_prefix']]` in `/opt/conda/lib/python3.8/site-packages/nb_conda/envmanager.py`. Replacing these string in `/opt/conda/pkgs/nb_conda-2.2.1-py38h32f6830_4/lib/python3.8/site-packages/nb_conda/envmanager.py` did not help me. After...

I am using pipeline and Bitbucket does not trigger new build. I have configured Jenkins hook and Jenkins webhook, as well as have pollSCM('') directive in my pipeline. Trying to...

Well, I made this workable. All our Bitbucket repositories are configured to build through Jenkinsfiles. In Jenkins I was configuring by adding these repositories as Bitbucket/Team project and and add...