mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
dbms: QueryLog: development [#METR-16946].
This commit is contained in:
parent
cb223d360a
commit
3ac04b49b2
@ -160,7 +160,7 @@ static std::tuple<ASTPtr, BlockIO> executeQueryImpl(
|
||||
{
|
||||
const BlockStreamProfileInfo & info = profiling_stream->getInfo();
|
||||
|
||||
double elapsed_seconds = info.total_stopwatch.elapsed(); /// TODO этот Stopwatch - coarse, использовать другой
|
||||
double elapsed_seconds = info.total_stopwatch.elapsedSeconds(); /// TODO этот Stopwatch - coarse, использовать другой
|
||||
elem.query_duration_ms = elapsed_seconds * 1000;
|
||||
|
||||
stream.getLeafRowsBytes(elem.read_rows, elem.read_bytes); /// TODO неверно для распределённых запросов?
|
||||
|
Loading…
Reference in New Issue
Block a user