frafra edited a comment on issue #7804: URL: https://github.com/apache/superset/issues/7804#issuecomment-767423781
limit/offset is not an option for pagination: it is terribly inefficient as all the previous pages should be computed each time. Please rely on primary keys if available. Having a server-side cache would allow to have a coherent result (avoiding changes when navigating through the pages) and pave the way to fix big CSV export (#10953). ---------------------------------------------------------------- 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]
