Load Data
After creating your database and designing a physical schema, you are ready to load data from one or more data sources into the database.
Common ways to load data are:
Use Pipelines to load data from some data sources. Pipelines is a SingleStore feature that extracts, shapes (modifies), and loads external data in real-time. If you are using Pipelines, see Load Data with Pipelines for foundational knowledge.
Load data from a file that is located on the filesystem. For details, see LOAD DATA.