In Siddhi, there is a partition query we need to dynamic partitioning on the partitioning element for working the partition well on increasing the parallelism just like the "group by" support is.
issues related - #49 #28
Now the query like - partition with ( deviceID of TempStream) begin from every e1=TempStream[roomNo == 5]<3> -> e2=TempStream [ roomNo == 6] within 30 seconds select 'partition' as str, e1.roomNo as room insert into DeviceTempStream; end;
enables the dynamic runtime ad-hoc cep runtime. like in #28
In Siddhi, there is a partition query we need to dynamic partitioning on the partitioning element for working the partition well on increasing the parallelism just like the "group by" support is.
issues related - #49 #28
Now the query like -
partition with ( deviceID of TempStream) begin from every e1=TempStream[roomNo == 5]<3> -> e2=TempStream [ roomNo == 6] within 30 seconds select 'partition' as str, e1.roomNo as room insert into DeviceTempStream; end;
enables the dynamic runtime ad-hoc cep runtime. like in #28