mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update MergeTreeDataSelectExecutor.cpp
This commit is contained in:
parent
cbdc3ef214
commit
a6194364ea
@ -1204,7 +1204,7 @@ MarkRanges MergeTreeDataSelectExecutor::markRangesFromPKRange(
|
||||
std::vector<MarkRange> ranges_stack = { {0, marks_count} };
|
||||
|
||||
std::function<void(size_t, size_t, FieldRef &)> create_field_ref;
|
||||
/// If there is no monotonic functions, there is no need to save block reference.
|
||||
/// If there are no monotonic functions, there is no need to save block reference.
|
||||
/// Passing explicit field to FieldRef allows to optimize ranges and shows better performance.
|
||||
if (key_condition.hasMonotonicFunctionsChain())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user