You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/07/18 19:13:22 UTC

[GitHub] mistercrunch opened a new pull request #5424: Avoid expensive select_star on dashboard bootstrap data

mistercrunch opened a new pull request #5424: Avoid expensive select_star on dashboard bootstrap data
URL: https://github.com/apache/incubator-superset/pull/5424
 
 
   The dashboard page bootstrap data currently attempts to generate the
   `SELECT` statement with column name details for each table represented
   in the dash. This means it calls the database(s) and waits for column
   details prior to returning any HTML.
   
   This makes the default select_star property generate a simple
   `SELECT *` with no column details instead, which doesn't require
   interogating the DBs.
   
   @betodealmeida 

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

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org