mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-05 05:52:05 +00:00
Custom ORDER BY for system.asynchronous_metric_log
This commit is contained in:
parent
e36e22812a
commit
8ea14d2664
@ -51,7 +51,8 @@ public:
|
||||
|
||||
void addValues(const AsynchronousMetricValues &);
|
||||
|
||||
static const char * getDefaultOrderBy() { return "(event_date, event_time)"; }
|
||||
/// This table is usually queried for fixed metric name.
|
||||
static const char * getDefaultOrderBy() { return "(metric, event_date, event_time)"; }
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user