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

no need for list series if we're only looking for a single series #31

Open
Dieterbe opened this issue Sep 18, 2014 · 0 comments
Open

no need for list series if we're only looking for a single series #31

Dieterbe opened this issue Sep 18, 2014 · 0 comments

Comments

@Dieterbe
Copy link
Contributor

we shouldn't execute queries like list series /^one_min\.perf_test\.test0\.metric8$/
if the pattern is only a single series, no need to do list series with a regex. there is probably something more efficient to check existence of a series. maybe a select limit 0 or desc <seriesname>
(or at least there should be)
cc @jvshahid @pauldix @vladimir-smirnov-sociomantic

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

1 participant