Slow saving changes on exist dataset #38975
Replies: 2 comments
-
|
This is a well-documented pain point. When you save a virtual dataset, Superset runs a two-stage synchronous pipeline [1]:
That second step is the main bottleneck: the HTTP request blocks until your warehouse responds. If you're connected to something like Databricks, Snowflake, or BigQuery with cold-start or query compilation overhead, even a trivial save can take a long time [3]. There's currently no async offloading for this step. A few other factors that can compound the slowness:
What you can try:
To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, why my superset app is so slow when i do some small changes on virtual dataset?
Beta Was this translation helpful? Give feedback.
All reactions