Important
Helios features are now enabled during weekly update windows and are no longer directly tied to SingleStore engine releases. Refer to the release notes to view the latest features available in your Helios cluster.
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: