You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ordesc <seriesname>
(or at least there should be)
cc @jvshahid @pauldix @vladimir-smirnov-sociomantic
The text was updated successfully, but these errors were encountered: