Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic partition #51

Merged
merged 8 commits into from
Jan 16, 2020
Merged

Dynamic partition #51

merged 8 commits into from
Jan 16, 2020

Conversation

pranjal0811
Copy link
Contributor

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

@haoch
Copy link
Owner

haoch commented Oct 4, 2019

@pranjal0811 Thanks for your contribution!

@haoch haoch added the review label Oct 4, 2019
@haoch
Copy link
Owner

haoch commented Jan 16, 2020

@pranjal0811 Thanks for your contribution!

@haoch haoch merged commit cf4b2b6 into haoch:master Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants