Update AsynchronousMetricLog.h

This commit is contained in:
Alexey Milovidov 2022-04-18 03:01:57 +03:00 committed by GitHub
parent 8ea14d2664
commit 0051e651c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ struct AsynchronousMetricLogElement
static const char * getCustomColumnList()
{
return "event_date Date CODEC(Delta, ZSTD), "
"event_time` DateTime CODEC(Delta, ZSTD), "
"event_time DateTime CODEC(Delta, ZSTD), "
"metric LowCardinality(String) CODEC(ZSTD), "
"value Float64 CODEC(Gorilla, ZSTD(3))";
}