提交 60bf0939 编写于 作者: M Michael Kolupaev

clickhouse: added minor diagnostic output [#6201].

上级 93143369
......@@ -851,6 +851,8 @@ BlockInputStreams StorageMergeTree::read(
total_count *= index_granularity;
size = std::min(1., static_cast<double>(requested_count) / total_count);
LOG_DEBUG(log, "Relative sample size: " << size);
}
UInt64 sampling_column_max = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册