sfirke commented on issue #31300: URL: https://github.com/apache/superset/issues/31300#issuecomment-2521337300
That's frustrating to debug. I see 3.59 seconds waiting for response in the screenshot you shared which seems to me like it's not that Superset needs more resources, it's something with the Postgres query. Does this happen when this chart is the only one on its dashboard? I had a case today with many charts on a single dashboard tab being unacceptably slow. It turned out that they were all querying the same Postgres table at once when the tab was loaded; I put indexes on that table and it seems to have made a big improvement. -- 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]
