dominikriemer opened a new issue, #2313:
URL: https://github.com/apache/streampipes/issues/2313

   ### Body
   
   Currently, before executing data explorer queries, we perform a count query 
to get the expected number of results.
   This makes queries over longer duration very slow since InfluxDB doesn't 
perform well on count queries.
   
   By eliminating the count query before each query, we can gain significant 
performance improvements. To still show a warning message when a request 
returns too many events to be displayed in the browser, we can use the number 
of returned rows from the raw query.
   
   ### StreamPipes Committer
   
   I acknowledge that I am a maintainer/committer of the Apache StreamPipes 
project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@streampipes.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to