mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-05 22:12:21 +00:00
fix
This commit is contained in:
parent
4ddabcbc5f
commit
c8e84928b9
@ -22,7 +22,7 @@ namespace
|
|||||||
{
|
{
|
||||||
|
|
||||||
const String COMPONENT = "__constraint_component_";
|
const String COMPONENT = "__constraint_component_";
|
||||||
constexpr UInt64 COLUMN_PENALTY = 0; //1024 * 1024 * 10;
|
constexpr UInt64 COLUMN_PENALTY = 10 * 1024 * 1024;
|
||||||
//constexpr size_t MAX_COMPONENTS_FOR_BRUTEFORCE = 10;
|
//constexpr size_t MAX_COMPONENTS_FOR_BRUTEFORCE = 10;
|
||||||
|
|
||||||
class ComponentMatcher
|
class ComponentMatcher
|
||||||
|
Loading…
Reference in New Issue
Block a user