atrsa commented on issue #24563: URL: https://github.com/apache/superset/issues/24563#issuecomment-4611889738
Hi! I’ve reproduced and validated this issue, and opened a PR with a proposed fix: #39509. The PR avoids using `OFFSET` for Elasticsearch and switches to cursor-based pagination instead. The trade-off is that jumping to later pages requires iterating through the previous cursor pages first, so fetching page `N` has `O(N)` complexity with respect to the page number. This is documented in the PR. Could a maintainer please take a look? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
