pganesh opened a new issue #9861:
URL: https://github.com/apache/incubator-superset/issues/9861


   Hi
   
   From what I understand, on SQLLab we have two different row limit 
parameters: 
   
   DISPLAY_MAX_ROW : controls the display so browsers don't crash on large 
number of rows
   and 
   SQL_MAX_ROW: controls total rows returned from the database. this limit is 
useful for downloading entire data into CSV, but not break the browser
   
   Works great
   
   But on the Table Chart/slice/dashboard view: there seems to be only one row 
limit parameter
   ROW_LIMIT. Because if this limitation, large number of rows crashes the 
browser; and if limit the rows to make the broswer work, the CSV download is 
not complete.
   
   Why can't the TableChart use the same SQLLAB parameters to control display 
vs download?
   
   I noticed another parameter called VIZ_ROW_LIMIT - this does not seem to be 
used.
   
   It almost seems like the Table Chart is a completely different entity from a 
SQLLog Query -is that right? Please let me know if I misunderstood.
   
   
   


----------------------------------------------------------------
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:
[email protected]



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

Reply via email to