KassieZ commented on code in PR #1240:
URL: https://github.com/apache/doris-website/pull/1240#discussion_r1820433845


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/schema-change.md:
##########
@@ -97,31 +97,71 @@ ALTER TABLE table_name ADD COLUMN column_name column_type 
[KEY | agg_type] [DEFA
 
 ### 示例
 
-**1. 向 `example_rollup_index ` 的 col1 后添加一个 Key 列 `new_col` (非聚合模型)**
+#### 非聚合模型

Review Comment:
   `**非聚合类型**`
   
   建议到三级标题,超过时可以使用加粗



##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/index/ngram-bloomfilter-index.md:
##########
@@ -151,6 +151,14 @@ curl --location-trusted -u root: -T 
amazon_reviews_2014.snappy.parquet -H "forma
 curl --location-trusted -u root: -T amazon_reviews_2015.snappy.parquet -H 
"format:parquet" http://127.0.0.1:8030/api/${DB}/amazon_reviews/_stream_load
 ```
 
+:::info
+上面的文件可能超过 10 GB,您可能需要调整 be.conf 的 streaming_load_max_mb 防止超过 stream load 
文件上传大小的限制,可以通过下面方式动态调整
+```bash
+curl -X POST 
http://{be_ip}:{be_http_port}/api/update_config?streaming_load_max_mb=32768
+```
+需要每台 be 都执行上述命令。

Review Comment:
   BE



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to