output_format_avro_rows_in_file default is 1000000

This commit is contained in:
Ilya Golshtein 2021-10-21 14:19:25 +03:00
parent 82f33151e7
commit 551a1065c1

View File

@ -64,7 +64,7 @@ struct FormatSettings
UInt64 output_sync_interval = 16 * 1024;
bool allow_missing_fields = false;
String string_column_pattern;
UInt64 output_rows_in_file = 1;
UInt64 output_rows_in_file = 1000000;
} avro;
struct CSV