rusackas commented on issue #28272:
URL: https://github.com/apache/superset/issues/28272#issuecomment-2085666808

   I've always conjectured that this would be tied into the Global Async 
Queries feature. two main reasons:
   1) It has a redis caching layer, so that might lighten the load on your DB 
in general. 
   2) If we want to do _real_ realtime analytics, the dashboard would need a 
major overhaul so that (a) charts all subscribe to a websocket for updates, 
which would be published on query completion OR a push of subscribed streamed 
data, and (b) all charts should be updated so that they support 
transitioning/transposing on data uptates rather than just blinking a hard 
refresh.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to