mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
dbms: take ComplexKeyDictionary::keys_pool size into account when determining bytes_allocated [#METR-17328]
This commit is contained in:
parent
5c641ffc78
commit
a863b2b0a4
@ -335,6 +335,8 @@ private:
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
bytes_allocated += keys_pool.size();
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user