Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
Concurrent Multi-Insert Examples
To perform a trickle load into SingleStore, you can run concurrent processes that each load data in batches using the INSERT command to insert up to several thousand rows in each statement.
For bulk loading into SingleStore, you can use the LOAD DATA command or pipelines.LOAD DATA is preferable for a small number of files that are not extremely large, loaded in an initial step before working with the data.
The following examples demonstrate how to perform concurrent multi-inserts with different tools/languages.
In this section
Last modified: