We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88517a1 commit 8bf0c3bCopy full SHA for 8bf0c3b
tests/queries/0_stateless/02361_fsync_profile_events.sh
@@ -15,7 +15,8 @@ $CLICKHOUSE_CLIENT -m -q "
15
min_rows_for_wide_part = 2,
16
fsync_after_insert = 1,
17
fsync_part_directory = 1,
18
- ratio_of_defaults_for_sparse_serialization = 1;
+ ratio_of_defaults_for_sparse_serialization = 1,
19
+ write_marks_for_substreams_in_compact_parts=1;
20
"
21
22
ret=1
0 commit comments