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
2 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -12,4 +12,4 @@ CREATE TABLE events
ENGINE = ReplacingMergeTree(updated_at)
PRIMARY KEY (id)
ORDER BY (id)
PARTITION BY toDate(created_at)
PARTITION BY toYear(created_at)
Loading