mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Disable prev key optimization for string keys.
This commit is contained in:
parent
264da7f9d3
commit
3afc0c8108
@ -68,7 +68,7 @@ struct SetMethodString
|
||||
|
||||
Data data;
|
||||
|
||||
using State = ColumnsHashing::HashMethodString<typename Data::value_type, void>;
|
||||
using State = ColumnsHashing::HashMethodString<typename Data::value_type, void, false>;
|
||||
|
||||
// struct State
|
||||
// {
|
||||
@ -111,7 +111,7 @@ struct SetMethodFixedString
|
||||
|
||||
Data data;
|
||||
|
||||
using State = ColumnsHashing::HashMethodFixedString<typename Data::value_type, void>;
|
||||
using State = ColumnsHashing::HashMethodFixedString<typename Data::value_type, void, false>;
|
||||
|
||||
// struct State
|
||||
// {
|
||||
|
Loading…
Reference in New Issue
Block a user