You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/09/21 00:53:49 UTC

[GitHub] Mogball opened a new pull request #3509: Add Table performance improvements

Mogball opened a new pull request #3509: Add Table performance improvements
URL: https://github.com/apache/incubator-superset/pull/3509
 
 
   Reduces the number of database requests issued during "Add Table". Testing on a local environment with the example datasets gave about a 4.5x speed up.
   
   - Added more performant "check if table exists" and "get dialect" functions
   - Removed queries and calls to `session.commit()` from the inside of loops
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services