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 2019/08/05 05:33:47 UTC

[GitHub] [incubator-superset] mistercrunch commented on issue #7984: Remove TOP 50000 Big Number chart

mistercrunch commented on issue #7984: Remove TOP 50000 Big Number chart
URL: https://github.com/apache/incubator-superset/issues/7984#issuecomment-518091872
 
 
   Oh does the top actually limits the number of rows that are scanned in SQL Server, making your `COUNT` == 50000?
   
   The equivalent `LIMIT` in most other databases limits what is returned, not what is scanned.

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