-
I have a clickhouse setup which is using zookeeper for data replication. One of the nodes experienced some storage issues and after restart clickhouse server does not start.
In the error log i have t…
-
With graphite I've used to have an efficient binary protocol to query data (in case of go-carbon/graphite-clickhouse - protobuf-based). It would be nice to have such one in VM, as currently I promethe…
Civil updated
8 months ago
-
how to configure carbon-clikhouse with clickhouse distributed tables ?
-
I posted an [issue](https://github.com/lomik/carbon-clickhouse/issues/37) to the carbon-clickhouse repo some time ago asking how to delete specific metrics.
I ended up finding a way using some SQL …
-
In traditional Graphite Implementation, each single query has to hit disk. In reading heavily situations (short time query, like query for last hour), it'll increase tons of IOs.
Any chance we can…
-
For graphite table, switching to the following moves us from 5 bytes/row to 0.6 bytes/row for a large dataset:
```
`Path` LowCardinality(String),
`Value` Float64,
`Time` UInt32 Codec…
-
**Is your feature request related to a problem? Please describe.**
The graphite-clickhouse adds the header `X-Gch-Request-Id` to the answer, it will be useful to add it to the carbonapi answer too
…
-
I'm using :
- CHDB 2.0.4
I'm trying to execute this python :
```Python
from pathlib import Path
import pytest
from typing import Generator, List, Optional
from chdb import dbapi
from c…
-
Is there a way to filter the metric name list so that I can exclude metrics that have not been inserted in the past few days? I can see in the RU wiki page there is detail about the old index_tree tab…
-
**Is your feature request related to a problem? Please describe.**
Current storage relies on whisper type. A brief look into code seems it is very intertwined with the code.
**Describe the solutio…