Вы можете вызвать enableTablePersistence или enableTableShareAndPersistence, чтобы сохранить данные на диске. Примеры приведены ниже:
n=20000000
colNames = `time`sym`qty`price
colTypes = [TIME,SYMBOL,INT,DOUBLE]
t=streamTable(n:0, colNames, colTypes)
enableTableShareAndPersistence(t,`trades_stream,true,true,1200000)