go-graphite / carbon-clickhouse

Graphite metrics receiver with ClickHouse as storage
MIT License
186 stars 47 forks source link

Clickhouse-client instead of HTTP? #15

Closed ei-grad closed 6 years ago

ei-grad commented 6 years ago

Did someone test the clickhouse-client batch mode for inserting data? I guess it should give a better perfomance... carbon-clickhouse already got pretty much for good perfomance and IMO the current bottleneck should be somewhere in HTTP stack :).

lomik commented 6 years ago

Now carbon-clickhouse can save 2+ mln points per second over http interface. Are you really need more? PS. I haven't test clickhouse-cli vs http