betodealmeida commented on issue #9190:
URL: https://github.com/apache/superset/issues/9190#issuecomment-2206778896

   @rusackas I think we could use [Server-sent 
events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) 
for those use cases, since all those use cases are unidirectional. It's a 
simpler architecture than Websockets.
   
   One thing I'm worried about having an async-mode only (which I think it a 
good idea overall) is the additional latency when using sub-second databases. 
We should make sure Superset is not adding a lot of latency when running the 
queries asynchronously — eg, if we're going to poll we should poll aggressively 
at first and then back off.


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