mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update MergeTreeIOSettings.h
This commit is contained in:
parent
e32b1e3fe6
commit
4efc7a7dc3
@ -14,6 +14,7 @@ struct MergeTreeReaderSettings
|
||||
/// If save_marks_in_cache is false, then, if marks are not in cache,
|
||||
/// we will load them but won't save in the cache, to avoid evicting other data.
|
||||
bool save_marks_in_cache = false;
|
||||
/// Convert old-style nested (single arrays with same prefix, `n.a`, `n.b`...) to subcolumns of data type Nested.
|
||||
bool convert_nested_to_subcolumns = false;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user