mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Fixed desinformation [#METR-23305].
This commit is contained in:
parent
7ebbf72ca6
commit
e5440d0f67
@ -137,7 +137,7 @@ void ColumnGathererStream::readSuffixImpl()
|
||||
<< " (" << static_cast<double>(profile_info.bytes) / profile_info.rows << " bytes/elem.)"
|
||||
<< " in " << seconds << " sec., "
|
||||
<< profile_info.rows / seconds << " rows/sec., "
|
||||
<< profile_info.bytes / 1000000.0 / seconds << " MiB/sec.");
|
||||
<< profile_info.bytes / 1048576.0 / seconds << " MiB/sec.");
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user