Warning
SingleStore 9.0 gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 8.9 is recommended for production workloads, which can later be upgraded to SingleStore 9.0.
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: November 20, 2024