Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update load-manual.md #1339

Merged
merged 8 commits into from
Nov 19, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update load-manual.md
  • Loading branch information
Ruffianjiang authored Nov 18, 2024
commit 8f9e08a709eec73c489788124539ae5e79ce7222
6 changes: 3 additions & 3 deletions versioned_docs/version-2.1/data-operate/import/load-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Apache Doris offers various methods for importing and integrating data, allowing

- For higher concurrency or frequency (more than 20 concurrent writes or multiple writes per minute), you can enable enable [Group Commit](./import-way/group-commit-manual.md) and use JDBC INSERT or Stream Load.

- For high throughput, you can use [Stream Load](./import-way/stream-load-manua) via HTTP.
- For high throughput, you can use [Stream Load](./import-way/stream-load-manual) via HTTP.

- **Streaming Synchronization**: Real-time data streams (e.g., Flink, Kafka, transactional databases) are imported into Doris tables, ideal for real-time analysis and querying.

Expand All @@ -48,7 +48,7 @@ Apache Doris offers various methods for importing and integrating data, allowing

- You can use [INSERT INTO SELECT](./import-way/insert-into-manual.md) to synchronously load files from S3, HDFS, and NAS into Doris, and you can perform the operation asynchronously using a [JOB](../scheduler/job-scheduler.md).

- You can use [Stream Load](./import-way/stream-load-manua) or [Doris Streamloader](../../ecosystem/doris-streamloader.md) to write local files into Doris.
- You can use [Stream Load](./import-way/stream-load-manual) or [Doris Streamloader](../../ecosystem/doris-streamloader.md) to write local files into Doris.

- **External Data Source Integration**: Query and partially import data from external sources (e.g., Hive, JDBC, Iceberg) into Doris tables.

Expand All @@ -70,4 +70,4 @@ Doris's import process mainly involves various aspects such as data sources, dat
| [INSERT INTO SELECT](./import-way/insert-into-manual.md) | Importing from an external source like a table in a catalog or files in s3. | SQL | Depending on memory size | Synchronous, Asynchronous via Job |
| [Routine Load](./import-way/routine-load-manual.md) | Real-time import from Kafka | csv, json | Micro-batch import MB to GB | Asynchronous |
| [MySQL Load](./import-way/mysql-load-manual.md) | Importing from local files. | csv | Less than 1GB | Synchronous |
| [Group Commit](./import-way/group-commit-manual.md) | Writing with high frequency. | Depending on the import method used | Micro-batch import KB | - |
| [Group Commit](./import-way/group-commit-manual.md) | Writing with high frequency. | Depending on the import method used | Micro-batch import KB | - |