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.
Step 4: Generate trade data
Now that you have created the functionality to generate stock ticker data, run the following commands to generate the data.
CALL seed_trades(100000);CALL iter_stocks(100);
Note
Changing the input value for iter_ defines the size of the table.
Last modified: