Mikhail f. Shiryaev

Results 366 comments of Mikhail f. Shiryaev

The content.md + license.md are the same as docker/server/README.md in https://github.com/ClickHouse/ClickHouse/pull/63400

It looks like I missed some metadata.json there. I'll read what it is.

Oh, my chaos, my chaos, my chaos! Did we finish it? What's next? I am so excited ^_^

@tianon "funny" aftermath. I haven't found that the 24.10 is built on top of jammy, AKA 22.04, so the https://github.com/docker-library/docs/pull/2397/files#diff-6a2321fc3b812fb166b7184bef1475db0c18919ad2612b02e06429f4cc986fc4R17 is not valid. I'll fix it in the follow-up PR...

This API becomes very useful with the recent changes to the docker-hub [pricing](https://www.docker.com/blog/november-2024-updated-plans-announcement/). Since Friday I have been jumping here and there around, trying to find out how to push...

`DoubleDelta` takes the second differential for the value. E.g., when we have a column with values `60, 120, 240, 300, ....`, the values stored in the file will be `60,...

I still haven't tested the performance of this changes. Is a bit stuck on https://github.com/go-graphite/graphite-clickhouse-tldr/pull/6 to have the tags and all other stuff in the DB

Hi hi. You forgot to add `user-config.xml` to the question ```bash > docker compose up [+] Running 12/12 ✔ Network 70121_mynetwork Created 0.2s ✔ Volume "70121_clickhouse_data_replica-2" Created 0.0s ✔ Volume...

and query to test the issue, please

``` SELECT * FROM system.zookeeper WHERE path = '/' ``` It timeouts as well. I execute it on the clickhouse-main container. and here's why: ``` 8181 ``` https://github.com/ClickHouse/ClickHouse/blob/a261c0a77ebd9c17dc7e16e30b8f3f0363b5b9b1/programs/keeper/keeper_config.xml#L31 Not sure...