mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Update HashJoin.h
This commit is contained in:
parent
57991f2e1d
commit
5a47803a80
@ -430,7 +430,7 @@ private:
|
||||
/// Left table column names that are sources for required_right_keys columns
|
||||
std::vector<String> required_right_keys_sources;
|
||||
|
||||
/// When trackaed memory consumption is more than a threshold, we will shrink to fit stored blocks.
|
||||
/// When tracked memory consumption is more than a threshold, we will shrink to fit stored blocks.
|
||||
bool shrink_blocks = false;
|
||||
|
||||
Poco::Logger * log;
|
||||
|
Loading…
Reference in New Issue
Block a user