filimonov

Results 99 comments of filimonov

I didn't test that (need to be checked) but it looks like that: If we have s3 disk configured in clickhouse, then freeze command create a 'hardlinks' in shadow dir...

Check https://kb.altinity.com/altinity-kb-setup-and-maintenance/altinity-kb-who-ate-my-memory/ Maybe you have inMemory parts enabled? (select type from system.parts)

> most memory is used for merge data pulling from kafka Can you try do detach Kafka table(s)? and check if the memory usage will be normalized? (Every kafka consumer...

Few things to try: 1) check if detaching Kafka tables help? 2) upgrade to the latest 22.3 bugfix version (currently it's 22.3.7), it includes the fix https://github.com/ClickHouse/ClickHouse/pull/35973 (which may theoretically...

@zhang2014 are you still planning to fix it?

See one more extra test in https://github.com/ClickHouse/ClickHouse/issues/16383

Recent clickhouse versions: https://github.com/ClickHouse/ClickHouse/pull/16438 ``` SELECT * FROM errors Query id: 1d3efb40-572d-4b6f-b059-98bbb6663da1 ┌─name─────────────────────────────┬─code─┬─value─┐ │ CANNOT_PARSE_TEXT │ 6 │ 2 │ │ NUMBER_OF_ARGUMENTS_DOESNT_MATCH │ 42 │ 3 │ │ UNKNOWN_FUNCTION │...

any plans to merge #1773 ?

Ok, sounds reasonable (of course I could say that CockroachDB is also not on the top of the list, but it can have some other reasons to add support). And...

That can also unblock a lot of other pull requests, which are waiting while corresponding DBMS will became enough popular to get some support from flyway :) #1857 #1655 #1495...