Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
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: