@@ -78,13 +78,13 @@ create stream if not exists s1 fill_history 1 into st1 as select count(*) from
...
@@ -78,13 +78,13 @@ create stream if not exists s1 fill_history 1 into st1 as select count(*) from
Combining fill_history option and where clause, stream can processing data of specific time range. For example, only process data after a past time. (In this case, 2020-01-30)
Combining fill_history option and where clause, stream can processing data of specific time range. For example, only process data after a past time. (In this case, 2020-01-30)
If some streams are totally outdated, and you do not want it to monitor or process anymore, those streams can be manually dropped and output data will be still kept.
If some streams are totally outdated, and you do not want it to monitor or process anymore, those streams can be manually dropped and output data will be still kept.