Skip to content
Snippets Groups Projects

ClickHouse data collector

Merged charlie ablett requested to merge 414610-cablett-clickhouse-data-collector into master
All threads resolved!
Compare and Show latest version
9 files
+ 123
112
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -12,4 +12,4 @@ CREATE TABLE events
ENGINE = ReplacingMergeTree(updated_at)
PRIMARY KEY (id)
ORDER BY (id)
PARTITION BY toYear(created_at)
PARTITION BY toDate(created_at)
Loading