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 667aec4 commit dcb62beCopy full SHA for dcb62be
src/sql/src/plan/statement/ddl/connection.rs
@@ -334,6 +334,7 @@ impl ConnectionOptionExtracted {
334
}).transpose()?,
335
topic_config: btreemap! {
336
"cleanup.policy".to_string() => "compact".to_string(),
337
+ "segment.bytes".to_string() => "134217728".to_string(), // 128 MB
338
},
339
340
options: BTreeMap::new(),
0 commit comments