fiend19961
Results
2
issues of
fiend19961
https://github.com/ClickHouse/ClickHouse/pull/32928 jdbc not support this keyword "use_metadata_cache" create table sql: ```sql CREATE TABLE IF NOT EXISTS default.xxx ( `timestamp` DateTime64(9,'UTC'), `xxx` UInt64 ) ENGINE = MergeTree PARTITION BY toYYYYMMDD(timestamp) ORDER...
bug
While process-exporter restarts, the *_total metric resets to zero, leading incorrect CPU usage calculations. Can you provide a configuration to ensure that the *_total metric continues to increase after process-exporter...