Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/faq/load-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ curl --location-trusted -u root:"" \
http://127.0.0.1:8030/api/db/loadtest/_stream_load
```

### Confluent Import Configuration Optimization
When using Confluent to import data into Doris, you need to adjust `buffer.count.records`. The default value is 10000, which can be increased to 50000 or larger; `buffer.size.bytes` can be increased to 100000000 or larger.

## Routine Load

### Major Bug Fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ curl --location-trusted -u root:"" \
http://127.0.0.1:8030/api/db/loadtest/_stream_load
```

### confluent导入配置优化
在使用confluent导入数据到Doris时,需要调整下buffer.count.records,默认值为10000,可以调整到50000或者更大;buffer.size.bytes可以调整到100000000或者更大。

## Routine Load

### 较严重的 Bug 修复
Expand Down