导出数据
📄️ 使用 EXPORT 导出数据
How to export table data from StarRocks as CSV files to HDFS or object storage using the EXPORT statement.
📄️ 使用 Spark Connector 读取数据
StarRocks provides a self-developed connector for Apache Spark to read StarRocks data for complex processing and machine learning.
📄️ 使用 Flink Connector 读取数据
StarRocks provides a self-developed connector for Apache Flink to read data in bulk from a StarRocks cluster using SQL or DataStream.
📄️ 通过 Arrow Flight SQL 与 StarRocks 交互
From v3.5.1 onwards, StarRocks supports connections via Apache Arrow Flight SQL protocol for efficient bulk data reading.
📄️ 使用 INSERT INTO FILES 导出数据
From v3.2 onwards, StarRocks supports using the table function FILES() to define writable files in remote storage for data export.