Skip to content

Bulk Load Overview

Bulk loading is the fastest way to insert large numbers of rows into a MatrixOne table. MatrixOne supports loading csv and jsonline files from local file system or an S3-compatible object storage.

Import the different file types

According to the different file types, MatrixOne currently mainly supports importing .csv or jsonlines:

Import data from different data storage locations

According to the different data storage locations, MatrixOne supports importing data from local and importing data from S3(Simple Storage Service).