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

Unable to create continuous query on 0.9.0-rc18 #2162

Closed
wildchild opened this issue Apr 3, 2015 · 4 comments
Closed

Unable to create continuous query on 0.9.0-rc18 #2162

wildchild opened this issue Apr 3, 2015 · 4 comments

Comments

@wildchild
Copy link

Is there any working dummy example of how to create continuous query from web admin or even maybe a success story from anyone. SELECT sum(val) from ... GROUP BY ... INTO ... results in query error because it think that 'INTO' is wrong keyword.

There are no tests in tests directory where I can figure out how to use particular features. This database scheduled for production ready release in this month and core features are seems completely broken, please point me to tests. maybe I am searching in wrong place.

@toddboom
Copy link
Contributor

toddboom commented Apr 3, 2015

@wildchild this is already an open issue - #2129

we actually disabled continuous queries temporarily to finish some clustering rewrites - these will be re-enabled in one of the upcoming release candidates.

@wildchild
Copy link
Author

Re-enabled as of #2200 but still does not work for me.

@wildchild
Copy link
Author

Got it working by CREATE CONTINUOUS QUERY.... Docs are outdated, no examples how to create CQ and how to use it.

@beckettsean
Copy link
Contributor

Appreciate you digging in, wildchild. We know the docs aren't ready for prime time yet, thanks for pointing out another gap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants