michael-s-molina commented on PR #31294: URL: https://github.com/apache/superset/pull/31294#issuecomment-2520159403
I would like to add more context to this change to facilitate review: > Currently, there is a significant bottleneck when executing queries in sqllab due to the delay in update_saved_query_exec_info. `update_saved_query_exec_info` currently compares the executed SQL on SQL Lab with all saved queries to update when a saved query was last run. The cost of this operation can be really high depending on the SQL size and the number of saved queries that exist in the database. We also don't think the information of when a saved query was last run is worth that cost. In fact, the last changed information is way more important and it's what's displayed for the other entity types. @rusackas @yousoph @villebro @dpgaspar @betodealmeida @mistercrunch -- 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]
