deardeng commented on code in PR #13096: URL: https://github.com/apache/doris/pull/13096#discussion_r993244171
########## docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-RESOURCE.md: ########## @@ -50,6 +50,22 @@ ALTER RESOURCE 'spark0' PROPERTIES ("working_dir" = "hdfs://127.0.0.1:10000/tmp/ ```sql ALTER RESOURCE 'remote_s3' PROPERTIES ("s3_max_connections" = "100"); ``` +3. 修改冷热分离S3资源相关信息 +- 支持修改项 + - s3_max_connections s3最大连接数,默认50 Review Comment: fixed. please review again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org