mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +00:00
output_format_avro_rows_in_file default is 1000000
This commit is contained in:
parent
82f33151e7
commit
551a1065c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user