From b53a5ded52c33f63aaf8c634c41854c131cebe23 Mon Sep 17 00:00:00 2001 From: Dan Roscigno Date: Fri, 13 Feb 2026 15:48:11 -0500 Subject: [PATCH] Update BrokerLoad.md --- docs/en/loading/BrokerLoad.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/loading/BrokerLoad.md b/docs/en/loading/BrokerLoad.md index 9d2c7603..78cce85b 100644 --- a/docs/en/loading/BrokerLoad.md +++ b/docs/en/loading/BrokerLoad.md @@ -6,7 +6,7 @@ displayed_sidebar: docs import InsertPrivNote from '../_assets/commonMarkdown/insertPrivNote.mdx' -StarRocks provides the loading method MySQL-based Broker Load to help you load a large amount of data from HDFS or cloud storage into StarRocks. +StarRocks provides the loading method MySQL-based Broker Load to test you load a large amount of data from HDFS or cloud storage into StarRocks. Broker Load runs in asynchronous loading mode. After you submit a load job, StarRocks asynchronously runs the job. You need to use the [SHOW LOAD](../sql-reference/sql-statements/loading_unloading/SHOW_LOAD.md) statement or the `curl` command to check the result of the job.