Jordi Villar
Jordi Villar
@devshawn any news here? It would be great to be able to easily generate the current state file with a single command 😄
I've run some tests using this branch, and looks like when using `use_analyzer=1` queries are processing all rows, instead of applying where/prewhere filters using primary/sorting keys. To reproduce create a...
@antonio2368 @fastio any plans for pushing this PR? It's almost ready, and would be great to have the feature in CH.
@kitaisreal amazing job here! I didn't see indexes support in the list of tasks, and just wanted to understand if will be part of this effort. I see a couple...
I guess this is covered by > Support distributed query processing. Developer @kitaisreal. But just in case, queries using `cluster` function (an other similar functions such as `remote`, `clusterAllReplicas`, etc)...
Any news about this issue? I'm getting this on a 24.1 instance and the only option I see so far is to recreate the table. ```sql ALTER TABLE d_847c8c.t_5aa6b8f3aef84f18ab09dad679cdb4a3 MODIFY...
Would be great to know if there are plans to keep working on improving zero-copy and Cloud Storage during 2024. I'm constantly seeing improvements and bug fixes which is super...
Thanks, @alexey-milovidov! > But the track record of zero-copy replication is not good, and we expect to stop using it, then remove it from CI, and keep it on life...
This is working fine in master already.
This query was working in 24.2 (and at least since 22.8) but is failing in master: ``` CREATE DATABASE test1; CREATE TABLE test1.ds (timestamp DateTime) ENGINE = ReplicatedMergeTree('/clickhouse/tables/{layer}-{shard}/test1.ds', '{replica}') ORDER...