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-403489927
 
 
   @mistercrunch It seems like the issue is the running of the JDBC driver jar. 
A new JVM gets created for each connection, instead of threads being added to 
one running JVM. I think it has something to do with SQLAlchemy wanting one 
thread per process.

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