You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/09/08 18:07:57 UTC

[GitHub] [druid] vogievetsky commented on pull request #10360: Web console: improve query manager (convert to React hook)

vogievetsky commented on pull request #10360:
URL: https://github.com/apache/druid/pull/10360#issuecomment-689046794


   @fjy "Live query" is a re-imagining of the "Auto run" option that exists in the current console
   
   ![image](https://user-images.githubusercontent.com/177816/92511866-c63c2000-f1c2-11ea-816e-b23e6279f073.png)
   
   when enabled it will automatically run the query when modified through the UI. Previously it was a boolean. This PR introduces a 3rd 'auto' option. Which runs the current query if the previous query completed in < 10s.
   
   `Auto run` was renamed to `Live query` because of two reasons:
   
   1. It overloaded the 'auto' word (`Auto run: auto` looks dumb)
   2. Live query is a pretty idiomatic concept in the BI world: https://help.tableau.com/current/online/en-us/to_bridge_livequery.htm 
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org