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: April 3, 2023