sjmeyer commented on issue #5279: Slices backed by AWS Athena load 
sequentially, not in parallel.
URL: 
https://github.com/apache/incubator-superset/issues/5279#issuecomment-400955052
 
 
   I don't think the issue is Athena limiting concurrent queries. According to 
[the 
documentation](https://docs.aws.amazon.com/athena/latest/ug/service-limits.html)
 by default you can run 20 SELECT queries concurrently.
   
   Is it possible that this issue is with SQLAlchemy? I saw some packages that 
you can use to run queries in parallel with SQLAlchemy and gevent, but it need 
some custom code and I only saw the package available for Python 2. Not sure if 
the current implementation already runs queries for dashboard loading in 
parallel?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to