Asynchronous Downloads for Large Reports in Superset #33529
Unanswered
Bhav2308
asked this question in
Q&A / Help
Replies: 1 comment
-
Whilst Superset supports async query execution via Celery workers, downloading the results still load the whole set into memory on the server, see my comment here: #33243 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using Superset v4.1.2 (deployed via helm in Kubernetes).
What is the recommended approach to enable fully asynchronous downloads (e.g. CSV, PDF) for large datasets in Apache Superset?
Currently, superset exports seem to be synchronous and can cause timeouts or performance issues for large datasets. We have seen superset crashing or restarting when it comes to handle large queries (50 million records)
We want to enable users to export large datasets without any performance impacts. To what extent Superset supports async queries?
We want exports (especially CSV's) to be downloadable via asynchronous mode. Is there a scalable method to handle this?
Beta Was this translation helpful? Give feedback.
All reactions